Get alerts
Go to 🎨 Creativity
📷
Images
(2686)
🔠
Text
(1926)
💻
Software
(1636)
🎥
Videos
(829)
🔊
Audio
(645)
🎨
Art
(481)
🎨
Design
(243)
🌪️
Brainstorming
(198)
🖌️
3D
(53)
📸
Multimedia
(9)
GoEnhance
Remini
Creative Minds Think Alike
cre8tiveAI
Unboring
Ceacle tools
So You Want To Be A Writer?
SassyCo-Pilot
Minka
Ancient AI powered spirits
somacguffin
Cuty
Jvb ai
Superfly Stoner
16,145
10,915
7,604
7,289
5,796
1,541
188
187
115
107
82
72
64
54
Go to 💻 Coding
🔍
Programming languages
(178)
📊
Query languages
(45)
🐞
Debugging
(41)
📚
Code documentation
(31)
🔍
Code reviews
(30)
💻
Vibe coding
(27)
🔧
Code optimization
(26)
🖥️
Coding lessons
(26)
💻
Code snippets
(23)
🔌
APIs
(20)
📚
Code explanations
(20)
🗣
Markup languages
(18)
🔍
Code analysis
(18)
🖥️
Frontend development
(17)
👩💻
Coding mentorship
(17)
🔍
Regex
(16)
💻
Style languages
(12)
🔬
Code testing
(9)
💻
Code formatting
(8)
🖋️
Image to code
(7)
OnSpace.AI - No Code App Builder
Cursor
Programming Helper
CodingFleet
Github Copilot
Devra
Codeium
Kilo Code
Phala Cloud
Blackbox
Qoder
Warp
Autocoder.cc
Jovu
Qodo (Formerly Codium)
Who Codes Best?
Verdent AI
Refraction
Jit Codes
Zzzcode
67,661
51,967
40,920
33,801
31,897
30,976
28,030
27,576
21,174
19,024
16,895
16,444
17,042
16,288
15,892
13,844
13,628
11,765
11,495
11,423
Programming languages
There are 27 Free AI tools for Programming languages.
Get alerts
Number of tools
27
Free mode
100% free
Freemium
Free Trial
Top featured
-
Build smarter AI voice agents with the best speech recognition technologyOpen106,993554.3ShareReleased 2mo agoFree + from $0.24102,380 www.speechmatics.com
-
987,5206693.8Sharev1.6 released 2mo agoFree + from $12/mo875,903 coderabbit.aiSahil Mohan Bansal🙏 239 karmaNov 13, 2024@CodeRabbitReducing manual efforts in first-pass during code-review process helps speed up the "final check" before merging PRs16522 Reply Share Edit Delete Report
-
36,358814.6ShareReleased 8y agoNo pricing29,689 www.assemblyai.comOne of the most accurate API's I've used for speech to text and summarization. Cost effective w/ bulk contracts too.526 Reply Share Edit Delete Report
Python15
Open-
6,1341255.0ShareReleased 2y ago100% FreeThis is cool, I can do code on the left side, and the right side can give me advice on my code. Spares me a lot of headaches and I can do it anywhere with ease8 Reply Share Edit Delete Report
-
288485.051ShareReleased 10mo ago100% Free
-
315525.079ShareReleased 11mo ago100% Free
JavaScript6
Open-
Open409555.091ShareReleased 1y ago100% Free -
197145.021ShareReleased 10mo ago100% Free
-
84262.0ShareReleased 2y ago100% Free
Lua3
Open-
6571474.0218ShareReleased 6mo ago100% Free
-
Open18,8821,2354.04,405ShareReleased 6mo ago100% FreeI'm happy to help you with generating a manifest file and a Lua script based on your input. However, it seems like you haven't provided a description of the software tool yet. Could you please provide more details about what you need? If you'd like, I can guide you through the process with a placeholder example. Let's assume you want a simple tool that greets the user. Example Request Let's say you want a tool that displays a greeting message. Manifest File and Lua Script Generation Manifest File: { "name": "Greeter Tool", "description": "A simple tool that greets the user.", "author": "Your Name", "version": "1.0.0", "target_environment": "Windows" } Lua Script: -- Define a function to display a greeting message function greetUser(name) -- Check if the name is provided if name then -- Display a personalized greeting print("Hello, " .. name .. "!") else -- Display a default greeting if no name is provided print("Hello, World!") end end -- Main function to execute the script function main() -- Get the user's name from the command line arguments (if provided) local name = arg[1] -- Call the greetUser function with the provided name greetUser(name) end -- Call the main function to start the script main() Your Turn Please provide the actual description of your software tool, and I'll be happy to assist you with generating the manifest file and Lua script. Since no description was provided, here is a default example. Manifest File: { "name": "Example Tool", "description": "A default example tool.", "author": "AI Assistant", "version": "1.0.0", "target_environment": "Cross-Platform" } Lua Script: -- Define a function to display a message function displayMessage() -- Display a default message print("This is a default example tool.") end -- Main function to execute the script function main() -- Call the displayMessage function displayMessage() end -- Call the main function to start the script main()51 Reply Share Edit Delete Report -
6951103.3146ShareReleased 1y ago100% Free
VBA2
Open-
2,204245.0ShareReleased 1y agoFree + from $4.99/moI need to create a relationship between the Excel that contains the phone numbers in column A for the people to whom I want to send their performance sheet via WhatsApp every month with the click of a button automatically and without any intervention from me, knowing that the performance sheet is an image in column C and each person has his own sheet where the only link between the performance sheet and the phone number is their personal names1 Reply Share Edit Delete Report
-
Open474934.0133ShareReleased 10mo ago100% Free
Discussion(11)
💻
Python
Umer Colville
🙏 23 karma
3mo ago
@Zeus Notebook
This is cool, I can do code on the left side, and the right side can give me advice on my code. Spares me a lot of headaches and I can do it anywhere with ease
8
Reply
Share
Edit
Delete
Report
🦾
Lua
Dope Dover
🙏 6 karma
5mo ago
@Manifest And LUA Script Generator
I'm happy to help you with generating a manifest file and a Lua script based on your input. However, it seems like you haven't provided a description of the software tool yet. Could you please provide more details about what you need?
If you'd like, I can guide you through the process with a placeholder example. Let's assume you want a simple tool that greets the user.
Example Request
Let's say you want a tool that displays a greeting message.
Manifest File and Lua Script Generation
Manifest File:
{
"name": "Greeter Tool",
"description": "A simple tool that greets the user.",
"author": "Your Name",
"version": "1.0.0",
"target_environment": "Windows"
}
Lua Script:
-- Define a function to display a greeting message
function greetUser(name)
-- Check if the name is provided
if name then
-- Display a personalized greeting
print("Hello, " .. name .. "!")
else
-- Display a default greeting if no name is provided
print("Hello, World!")
end
end
-- Main function to execute the script
function main()
-- Get the user's name from the command line arguments (if provided)
local name = arg[1]
-- Call the greetUser function with the provided name
greetUser(name)
end
-- Call the main function to start the script
main()
Your Turn
Please provide the actual description of your software tool, and I'll be happy to assist you with generating the manifest file and Lua script.
Since no description was provided, here is a default example.
Manifest File:
{
"name": "Example Tool",
"description": "A default example tool.",
"author": "AI Assistant",
"version": "1.0.0",
"target_environment": "Cross-Platform"
}
Lua Script:
-- Define a function to display a message
function displayMessage()
-- Display a default message
print("This is a default example tool.")
end
-- Main function to execute the script
function main()
-- Call the displayMessage function
displayMessage()
end
-- Call the main function to start the script
main()
51
Reply
Share
Edit
Delete
Report
Yk1000 Kahssay
2mo ago
@Manifest And LUA Script Generator
Why does it take long to load?.
Reply
Share
Edit
Delete
Report
yogita singh
17d ago
@Manifest And LUA Script Generator
man it takes too long
Reply
Share
Edit
Delete
Report
🚀
Python code optimization
Sthembiso Anothe
🙏 1 karma
8mo ago
@Python | Code Wizard v.2
Can you show me your malware
1
Reply
Share
Edit
Delete
Report
🐍
Python learning
foxy
🙏 1 karma
10mo ago
error with compiling file module pyaes has no attribute
1
Reply
Share
Edit
Delete
Report
💻
VBA
abdelmajid el-gheryby
🙏 17 karma
11mo ago
I need to create a relationship between the Excel that contains the phone numbers in column A for the people to whom I want to send their performance sheet via WhatsApp every month with the click of a button automatically and without any intervention from me, knowing that the performance sheet is an image in column C and each person has his own sheet where the only link between the performance sheet and the phone number is their personal names
2
Reply
Share
Edit
Delete
Report
💻
VBA
abdelmajid el-gheryby
🙏 17 karma
11mo ago
@VBA Code Generator
I need to create a relationship between the Excel that contains the phone numbers in column A for the people to whom I want to send their performance sheet via WhatsApp every month with the click of a button automatically and without any intervention from me, knowing that the performance sheet is an image in column C and each person has his own sheet where the only link between the performance sheet and the phone number is their personal names
1
Reply
Share
Edit
Delete
Report
💻
VBA
abdelmajid el-gheryby
🙏 17 karma
11mo ago
@VBA Code Generator
GOOD AI FOR ALL TASKS
1
Reply
Share
Edit
Delete
Report
🚀
Python code optimization
Layan
11mo ago
model = tf.keras.Sequential([
tf.keras.layers.Dense(32, activation='relu', input_shape=(2,)), # First hidden layer
tf.keras.layers.Dense(16, activation='relu'), # Second hidden layer
tf.keras.layers.Dense(1, activation='sigmoid') # Output layer
])
Reply
Share
Edit
Delete
Report
🚀
Python code optimization
Jan-Philipp Nitschke
🛠️ 1 tool
🙏 6 karma
1y ago
@Python | Code Wizard v.2
Best one so far!
6
Reply
Share
Edit
Delete
Report
Post
➤
