Giter Site home page Giter Site logo

cesiumlabs / code-examples Goto Github PK

View Code? Open in Web Editor NEW
64.0 3.0 118.0 4.58 MB

Short code snippets written by our open source community!

Home Page: https://codes.cesiumlabs.xyz/

License: MIT License

JavaScript 12.39% Python 9.69% Ruby 0.45% C 4.11% C++ 4.66% Dart 0.53% Java 11.47% HTML 40.34% Kotlin 0.44% PHP 5.49% Swift 0.30% R 0.01% Go 0.28% Rust 0.37% C# 1.04% TypeScript 6.49% Scala 0.14% Julia 0.36% Perl 0.11% CSS 1.34%
code examples code-examples snippets snippets-archive code-snippets snippets-collection programming

code-examples's People

Contributors

8-bit-souvik avatar aashutoshbro avatar abh80 avatar amhsirak avatar asachit avatar ashwanisng avatar ayushvj08 avatar bsantosh909 avatar cats3153 avatar deadeye001 avatar discordanaxes avatar dragonizedpizza avatar eitozx avatar fc5570 avatar itsayushch avatar kartikesingh avatar kirti-singh3008 avatar leugimkm avatar mncssj4x avatar mysterious-owl avatar nemika-haj avatar null8626 avatar pandicon avatar pasinduperera avatar rhygg avatar rubenfalcao14 avatar twlite avatar whirlxd avatar xhyrom avatar zyrouge avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

code-examples's Issues

maze.cpp and n_queen.cpp causes memory leak

maze.cpp allocates two nested arrays with the new keyword. which means they are both dynamic pointers which won't be deleted when the program exits unless a delete keyword is used or if it's called with a free() function.

the program does not delete the two nested arrays before exiting, thus, causing a memory leak when it goes out of scope.

Design Of a Helical Spring

Anyone (literally) will be able to compute the dimensions of a helical spring by giving inputs like the maximum weight attached, length of the scale, ultimate tensile strength, spring Index, and modulus of rigidity.

Searching for samples on the website feels quite unpolished

When looking through the samples on the website it didn't feel very good. The main cause of this is the need to include characters like - and _ when searching for some sample (like a hello world file). I think that ignoring these characters, which are in the file names just to not have spaces there, while searching would make the site much better.
Something else I noticed is that you can't search for language specific samples. This would be great for the languages that have a lot of samples, for example if I try to search for a hello world file in JS, I will either have to scroll through a lot of hello world files or through a lot of other JS samples.

2021-10-31.18-58-04.mp4

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.