Skip to content

Commit c228a28

Browse files
Merge branch 'master' into patch-1
2 parents b219554 + 90ad098 commit c228a28

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ Numbers
77

88
**Find PI to the Nth Digit** - Enter a number and have the program generate PI up to that many decimal places. Keep a limit to how far the program will go. [[geekpradd (Python)]](https://github.com/geekpradd/PythonPi/blob/master/PythonPi.py)
99
[[MrBlaise (Python)]](https://github.com/MrBlaise/learnpython/blob/master/Numbers/pi.py) [[whoshuu (Python)]](https://github.com/whoshuu/Projects/blob/master/Numbers/pi.py) [[tel (Haskell)]](https://github.com/tel/Projects/blob/master/Numbers/Pi.hs) [[petehuang (Ruby)]](https://github.com/petehuang/Projects/blob/master/Numbers/pi.rb) [[atomic22 (PHP)]](https://github.com/atomic22/problem_solving/blob/master/Pi_to_Nth.php) [[quitrk (JavaScript)]](https://github.com/quitrk/LearningJS/blob/master/Numbers/00.%20Find%20PI%20to%20the%20Nth%20Digit.js) [[ScottKolo (Go)]](https://github.com/ScottKolo/GoProjects/blob/master/Numbers/pi.go) [[desertwebdesigns (Python)]](https://bitbucket.org/desertwebdesigns/learn_python/src/master/Numbers/pi.py) [[aysark (Java)]](https://github.com/aysark/Review/blob/master/Projects/src/PiToTheNth.java) [[lazynight (Python)]](https://github.com/Flowerowl/Projects/blob/master/solutions/numbers/find_pi_to_the_nth_digit.py) [[abadojack(Go)]](https://github.com/abadojack/Playground/blob/master/Projects-Solutions/Numbers/Go/pi.go) [[abadojack(Java)]](https://github.com/abadojack/Playground/blob/master/Projects-Solutions/Numbers/Java/Pi.java) [[lazy0getter(Swift)]](https://github.com/lazy0getter/codeless-code/blob/master/Swift/Projects-solutions.playground/section-1.swift)
10-
[[mandeepbhutani (Python)]](https://github.com/mandeepbhutani/Sample-Projects/blob/master/DecimalPlace.py) [[chibby0ne (C)]](https://github.com/chibby0ne/Projects/blob/master/Solutions/Numbers/pi_to_n_digit/pi_to_n_digit.c) [[jesspls (Java)]](https://github.com/jesspls/MegaProjectList/blob/master/src/Numbers/PiToNthDigit.java) [[hkuchampudi (Java)]](https://github.com/hkuchampudi/MegaProject_Solutions/blob/master/Numbers/Pi_to_the_Nth.java)[[kingballer29 (C++)]](https://github.com/kingballer29/Programming/blob/master/PI.cpp)[[manateemilitia (Java)]](https://github.com/manateemilitia/PiDec/blob/master/PiDec/src/pidec/PiDec.java) [[viktorahlstrom (Bash)]](https://github.com/viktorahlstrom/all/blob/master/coding-problems-solved/projects-solutions/pi-to-nth.sh) [[marcusmonteiro(Haskell)]](https://github.com/marcusmonteiro/Projects/blob/master/numbers/PiToTheNth.hs)[[rlingineni (Python)]](https://github.com/rlingineni/PythonPractice/blob/master/piCalc/pi.py) [[lordturtle419 (C#)]](https://github.com/LordTurtle419/FindPi/blob/master/FindPi/Program.cs) [[wildautumnwind (PHP)]](https://github.com/wildautumnwind/Digits-of-Pi)
10+
[[mandeepbhutani (Python)]](https://github.com/mandeepbhutani/Sample-Projects/blob/master/DecimalPlace.py) [[chibby0ne (C)]](https://github.com/chibby0ne/Projects/blob/master/Solutions/Numbers/pi_to_n_digit/pi_to_n_digit.c) [[jesspls (Java)]](https://github.com/jesspls/MegaProjectList/blob/master/src/Numbers/PiToNthDigit.java) [[hkuchampudi (Java)]](https://github.com/hkuchampudi/MegaProject_Solutions/blob/master/Numbers/Pi_to_the_Nth.java)[[kingballer29 (C++)]](https://github.com/kingballer29/Programming/blob/master/PI.cpp)[[manateemilitia (Java)]](https://github.com/manateemilitia/PiDec/blob/master/PiDec/src/pidec/PiDec.java) [[viktorahlstrom (Bash)]](https://github.com/viktorahlstrom/all/blob/master/coding-problems-solved/projects-solutions/pi-to-nth.sh) [[marcusmonteiro(Haskell)]](https://github.com/marcusmonteiro/Projects/blob/master/numbers/PiToTheNth.hs)[[rlingineni (Python)]](https://github.com/rlingineni/PythonPractice/blob/master/piCalc/pi.py) [[lordturtle419 (C#)]](https://github.com/LordTurtle419/FindPi/blob/master/FindPi/Program.cs)[[microice333(Python)]](https://github.com/microice333/Python-projects/blob/master/n_digit_pi.py) [[wildautumnwind (PHP)]](https://github.com/wildautumnwind/Digits-of-Pi)
1111

1212
**Find e to the Nth Digit** - Just like the previous problem, but with e instead of PI. Enter a number and have the program generate e up to that many decimal places. Keep a limit to how far the program will go. [[dhd12391 (Java)]](https://github.com/dhd12391/Projects/blob/master/Java/EToNthDigit.java) [[aseeon (Python)]](https://gist.github.com/aseeon/3f06d95f995fde7adfc2) [[lazy0getter(Swift)]](https://github.com/lazy0getter/codeless-code/blob/master/Swift/Projects-solutions.playground/section-1.swift)[[grzeswol(Ruby)]](https://github.com/grzeswol/karan_projects_solutions/blob/master/Ruby/2_euler_number.rb)[[mandeepbhutani (Python)]](https://github.com/mandeepbhutani/Sample-Projects/blob/master/FindE.py) [[chibby0ne (C)]](https://github.com/chibby0ne/Projects/blob/master/Solutions/Numbers/e_to_n_digit/e_to_n_digit.c) [[hkuchampudi (Java)]](https://github.com/hkuchampudi/MegaProject_Solutions/blob/master/Numbers/e_to_the_Nth.java)[[kingballer29 (C++)]](https://github.com/kingballer29/Programming/blob/master/e.cpp) [[viktorahlstrom (Bash)]](https://github.com/viktorahlstrom/all/blob/master/coding-problems-solved/projects-solutions/pi-to-nth.sh)
13-
[[rlingineni (Python)]](https://github.com/rlingineni/PythonPractice/blob/master/eCalc/eCalculate.py)
13+
[[rlingineni (Python)]](https://github.com/rlingineni/PythonPractice/blob/master/eCalc/eCalculate.py)[[microice333 (Python)]](https://github.com/microice333/Python-projects/blob/master/n_digit_e.py)
1414

1515

1616
**Fibonacci Sequence** - Enter a number and have the program generate the Fibonacci sequence to that number or to the Nth number. [[MrBlaise (Python)]](https://github.com/MrBlaise/learnpython/blob/master/Numbers/fibonacci.py) [[timkaboya (Python)]](https://github.com/timkaboya/cached_fibo/blob/master/cached_fibo.py) [[whoshuu (Python)]](https://github.com/whoshuu/Projects/blob/master/Numbers/fibonacci.py) [[mayankj08 (Bash)]](https://github.com/mayankj08/Shell-Script-Collection/blob/master/calcualte_fibonacci_numbers.sh) [[tel (Haskell)]](https://github.com/tel/Projects/blob/master/Numbers/Fibonacci.hs) [[petehuang (Ruby)]](https://github.com/petehuang/Projects/blob/master/Numbers/fib.rb) [[bolcselo (C)]](https://github.com/bolcselo/Projects/blob/master/Numbers/fibonacci.c) [[atomic22 (PHP)]](https://github.com/atomic22/problem_solving/blob/master/fibseq.php) [[quitrk (JavaScript)]](https://github.com/quitrk/LearningJS/blob/master/Numbers/01.%20Fibonacci%20Sequence.js) [[luisccastillo(C#]](https://github.com/luisccastillo/Projects/blob/master/Numbers/fibonacci_sequence.cs) [[MikroMan (Java)]](https://github.com/MikroMan/Contributions/blob/master/Fibonacci.java) [[ScottKolo (Go)]](https://github.com/ScottKolo/GoProjects/blob/master/Numbers/fibonacci.go) [[brotatotes (Python)]](https://github.com/brotatotes/myStuff/blob/master/Fibonacci_Sequence.py)[[mandliya (C++)]](https://github.com/mandliya/practice/blob/master/fib.cpp) [[Silverneo (Python)]](https://github.com/Silverneo/pylearn/blob/master/Fibonacci.py) [[desertwebdesigns (Python)]](https://bitbucket.org/desertwebdesigns/learn_python/src/master/Numbers/fibonacci.py) [[aysark (Java)]](https://github.com/aysark/Review/blob/master/Projects/src/FibonnacciSeq.java)
@@ -34,7 +34,7 @@ Numbers
3434
**Binary to Decimal and Back Converter** - Develop a converter to convert a decimal number to binary or a binary number to its decimal equivalent. [[Drhealsgood (Python)]](https://github.com/Drhealsgood/miniprojects/blob/master/number_projects/conversion/conversions.py) [[petehuang (Ruby)]](https://github.com/petehuang/Projects/blob/master/Numbers/binary_to_decimal.rb) [[hx1997 (C)]](https://github.com/hx1997/Projects/blob/master/Numbers/binary_decimal.c) [[desertwebdesigns (Python)]](https://bitbucket.org/desertwebdesigns/learn_python/src/master/Numbers/binary_decimal_convert.py) [[vinaynikhil313 (Java)]](https://github.com/vinaynikhil313/Projects-Solutions/blob/master/BinaryDecimal.java) [[mukul13 (C)]](https://github.com/mukul13/poker/blob/master/Binary%20to%20decimal%20and%20Back%20Converter.c) [[francis36012 (C++)]](https://github.com/francis36012/karan-projects/blob/master/src/numbers/binBaseConv.cpp) [[hkuchampudi (Java)]](https://github.com/hkuchampudi/MegaProject_Solutions/blob/master/Numbers/binary_decimal_conversion.java)
3535
[[mandliya(c++)]](https://github.com/mandliya/short-fun-projects/blob/master/conversion/conversion.cpp)
3636

37-
**Calculator** - A simple calculator to do basic operators. Make it a scientific calculator for added complexity. [[MrBlaise (Python)]](https://github.com/MrBlaise/learnpython/blob/master/Numbers/calc.py) [[tel (Haskell)]](https://github.com/tel/Projects/blob/master/Numbers/Calc.hs) [[ripperhf (C)]](https://github.com/ripperhf/Calculator/blob/master/calc.c) [[hx1997 (C)]](https://github.com/hx1997/Projects/blob/master/Numbers/calc.c) [[desertwebdesigns (Python)]](https://bitbucket.org/desertwebdesigns/learn_python/src/master/Numbers/calculator.py) [[grzeswol (Ruby)]](https://github.com/grzeswol/karan_projects_solutions/blob/master/Ruby/10_calculator.rb)[[hollynicolemills(java)]](https://github.com/hollynicolemills/CalculatorApp/blob/master/src/CalculatorGUI.java)[[psk11 (HTML, JS)]](https://gist.githubusercontent.com/psk11/f9196c924c7f2ee0fd2b/raw/3c597636572579c3a6aa33c891bffccf877764a1/calculator.html)
37+
**Calculator** - A simple calculator to do basic operators. Make it a scientific calculator for added complexity. [[MrBlaise (Python)]](https://github.com/MrBlaise/learnpython/blob/master/Numbers/calc.py) [[tel (Haskell)]](https://github.com/tel/Projects/blob/master/Numbers/Calc.hs) [[ripperhf (C)]](https://github.com/ripperhf/Calculator/blob/master/calc.c) [[hx1997 (C)]](https://github.com/hx1997/Projects/blob/master/Numbers/calc.c) [[desertwebdesigns (Python)]](https://bitbucket.org/desertwebdesigns/learn_python/src/master/Numbers/calculator.py) [[grzeswol (Ruby)]](https://github.com/grzeswol/karan_projects_solutions/blob/master/Ruby/10_calculator.rb)[[hollynicolemills(java)]](https://github.com/hollynicolemills/CalculatorApp/blob/master/src/CalculatorGUI.java)[[psk11 (HTML, JS)]](https://gist.githubusercontent.com/psk11/f9196c924c7f2ee0fd2b/raw/3c597636572579c3a6aa33c891bffccf877764a1/calculator.html) [[wildautumnwind (PHP)]](https://github.com/wildautumnwind/calculator)
3838

3939
**Unit Converter (temp, currency, volume, mass and more)** - Converts various units between one another. The user enters the type of unit being entered, the type of unit they want to convert to and then the value. The program will then make the conversion. [[Drhealsgood (Python)]](https://github.com/Drhealsgood/miniprojects/blob/master/number_projects/conversion/conversions.py) [[desertwebdesigns (Python)]](https://bitbucket.org/desertwebdesigns/learn_python/src/master/Numbers/unit_convert.py) [[kurokuriboh (Java)]](https://github.com/kurokuriboh/Mega_Project_Solutions/tree/master/Numbers/Unit%20Converter)
4040

@@ -231,6 +231,7 @@ Files
231231
**Sort Excel/CSV File Utility** - Reads a file of records, sorts them, and then writes them back to the file. Allow the user to choose various sort style and sorting based on a particular field. [[vishwanath79 (Python)]](https://github.com/vishwanath79/ExcelSorter/blob/master/ExcelSorter.py)
232232

233233
**Create Zip File Maker** - The user enters various files from different directories and the program zips them up into a zip file. *Optional: Apply actual compression to the files. Start with Huffman Algorithm.* [[averageprogrammer (Java)]](https://github.com/averageprogrammer/Zip_Up)
234+
[[sbrahma (Python)]] (https://github.com/sbrahma/python_projects/blob/master/Zip_file_maker.py)
234235

235236
**PDF Generator** - An application which can read in a text file, html file or some other file and generates a PDF file out of it. Great for a web based service where the user uploads the file and the program returns a PDF of the file. *Optional: Deploy on GAE or Heroku if possible.*
236237
[[tushar-rishav (Python)]](https://github.com/tushar-rishav/code2pdf)

0 commit comments

Comments
 (0)