which builds developer tools with the power of open-source. We believe in the vision “Learn and Grow” and encourage & guide enthusiasts to dive deep into the world of open-source.
Jump into the world of Open-source
dive deeper into the world of open-source with ClueLess. Start with beginner-friendly repositories and contribute to the bigger cause!
Get out of tutorial hell and start contributing
1
2
3
4
5
6
7
8
9
10
11
12
import matplotlib.pyplot as plt
def draw_scatterplot(x_values, y_values):
plt.scatter(x_values, y_values, s=20)
plt.title(“Scatter Plot”)
plt.xlabel(“x-values”)
plt.ylabel(“y-values”)
plt.show()
Copilot
const seconds = 3600
const minutes = seconds / 60
const hours = minutes / 60
const days = hours / 24
const weeks = days / 7
const months = days / 30
const years = months / 12
Copilot
package main
func Memoize(fn func (int) int) func (int) int {
cache := make(map[int]int)
return func(n int) int {
if v, ok := cache[n]; ok {
return v
}
cache[n] = fn(n)
return cache[n]
}
}
Copilot
Don't just always sit before your desktop watching Tutorials. Get out of Tutorial Hell!
Contribute to our beginner-friendly repositories and gain practical experience on the technology you are eyeing to master.
Explore Projects to contribute
ClueLess Official Website
HTML
Tailwind CSS
This is Clueless official website where you can make your developer profile as well as meet new people across the world.
SeamLess UI
HTML
Tailwind CSS
The next gen UI made with simple HTML and Tailwind CSS
Spectrum UI
Flutter
Tailwind CSS
A collection of flutter UI components
Learn about some biggestOpen-source Programs
Lacking skills?
We got you covered.
We have curated all the resources all over the internet and categorised into Tech-Stack. One Stop Solution for your development resources.