├── 23.js ├── 4.js ├── Anish.c ├── Anish.js ├── Brainfu*k └── factorials.bf ├── C ├── Area of circle.c ├── Area of rectangle.c ├── ArmstrongNumberFind.c ├── Character_Counter.c ├── Clock.c ├── Data Menu.c ├── Date and Time.c ├── FibonacciGenerator.c ├── FibonacciSeries.c ├── GCD.c ├── Hollow_diamond.c ├── Intro.c ├── NextGreatestElement.c ├── PowerOfNumber.c ├── RPC.c ├── SimpleCalculator.c ├── Sum.c ├── arrange_details.c ├── arrayRotation.c ├── binaryToOctal.c ├── calc.c ├── calculateLength.c ├── concatination_of_array.c ├── date.c ├── hangman.C ├── hello_world.c ├── infiniteloop.c ├── linear search.c ├── linear_search ├── matrixadd.c ├── multiplication_table.c ├── new.c ├── onepass_assembler.c ├── palindrome.c ├── ppn.c ├── pyramind-half.c ├── reverse.c ├── reverseNum.c ├── school billing system.c ├── telecom billing system.C ├── tictactoe.c └── windowsProgram.c ├── CPP ├── DecimalToBinary.cpp ├── MergeSort.cpp ├── SieveOfEratothenes.cpp ├── bfs.cpp └── heapsort.cpp ├── CStringLen.c ├── Dart ├── FizzBuzz.dart └── String_Gen.dart ├── FizzBuzz.dart ├── Java ├── ADTFraction.java ├── FindMax.java ├── IsPalindrome.java ├── LCMFinder.java ├── NthPrimeNumber.java ├── OopExample.java ├── Sorting.java ├── SymmetricMatixFinder.java ├── WordCounterApp.java ├── factorial.java └── stack-delete-middle-element.java ├── JavaScript ├── Simon Game │ ├── .DS_Store │ ├── .vscode │ │ └── settings.json │ ├── index.html │ ├── index1.js │ ├── sounds │ │ ├── blue.mp3 │ │ ├── green.mp3 │ │ ├── red.mp3 │ │ ├── wrong.mp3 │ │ └── yellow.mp3 │ └── styles.css ├── app.js ├── index.js ├── linear-search.js ├── mergeSort.js ├── selection-sort.js └── xsspayloads.js ├── Javascript └── xss.js ├── PHP ├── Attribute.php ├── ClassObject.php ├── ConsistentTypeError.php ├── ConstructorPropertyPromotion.php ├── MatchExpression.php ├── MixedTypeV2.php ├── NamedArgument.php ├── NewStringFunction.php ├── NullsafeOperator.php ├── SanerStringToNumberComparison.php ├── TrailingCommaInParameterList.php ├── UnionType.php ├── mergeSort.php ├── reverse.php └── shell.php ├── Pentest-Tools ├── macchanger.py └── magic_grabber.py ├── Python ├── Bubblesort.py ├── Countdown_timer.py ├── HeapSort.py ├── Intro.py ├── Job Scraping.py ├── Josephus.py ├── Linked list.py ├── Pattern.py ├── Producer-Consumer.py ├── Regular Expression │ ├── EXP1.py │ ├── EXP3.py │ ├── EXP4.py │ ├── Exp2.py │ └── Exp5.py ├── SieveOfEratosthenes.py ├── Sudoku Solver.py ├── Sum of numbers.py ├── Sum.py ├── User name.py ├── __init__.py ├── addNum.py ├── addTwoNumbers.py ├── algo.py ├── ascii_value.py ├── automation.py ├── binary_search.py ├── blackjack.py ├── bubbleSort.py ├── bubsort.py ├── calc.py ├── calculator.py ├── calculators ├── calender.py ├── check_all_num_are_same.py ├── check_average_num.py ├── csv2json.py ├── design.py ├── diningphilosopher.py ├── directory Checker │ ├── README.md │ ├── data.txt │ └── main.py ├── div.py ├── email.py ├── emails.py ├── facebookbot.py ├── factorial.py ├── fibonacci.py ├── findGay.py ├── findLargestNumber.py ├── fixes.py ├── foodandexercise.py ├── great3var2.py ├── guess_game.py ├── guessgame.py ├── helloworld.py ├── internetspeedtest.py ├── john.py ├── kadanes-algorithm.py ├── knapsack.py ├── largrst_num.py ├── left_side_pattern.py ├── linear_search.py ├── longest valid substring.py ├── ludo.py ├── main.py ├── maths.py ├── mergeSort.py ├── movie_flight.py ├── num_dividible.py ├── number_filter.py ├── number_to_number_name.py ├── palindrom.py ├── palindrome.py ├── password_generator.py ├── pattern.py ├── phish.py ├── pig.py ├── prime_checker.py ├── prime_or_not.py ├── python-gui.py ├── python_gui.py ├── python_number_addition.py ├── quicksort.py ├── random_password_generator.py ├── reverse.py ├── reverse_digit.py ├── rockpaper.py ├── rockpaperscissors.py ├── rsa_encryption.py ├── scienceproblem.py ├── scriptty.py ├── settings.py ├── smallest.py ├── snake.py ├── square_root.py ├── stoogesort.py ├── sudoku.py ├── sudoku_game.py ├── test1.py ├── text_alignment.py ├── tictactoe.py ├── tree.py ├── triangle_pattern.py ├── twitterbot.py ├── typingspeed.py └── unboundedKnapsack.py ├── Pythons ├── addmatrix.py ├── armstrong.py ├── compound_interest.py ├── dice.py ├── even.py ├── greet.py ├── list2dict.py ├── matrixmultiply.py ├── python_password_generator.py ├── shortingalgo.py ├── simple_interest.py └── volume0f_sphere.py ├── README.md ├── abc.py ├── abishek.go ├── ani.js ├── anish.go ├── bash ├── devine_power.sh ├── gitautomate.sh ├── gitsy ├── jenkins.sh └── password.sh ├── csv2json.dart ├── def.py ├── elixir ├── fizzbuzz.ex └── numbers.txt ├── golang ├── BSixFourEncode.go ├── bubblesort.go ├── mergeSort.go ├── mergesort.go └── passwordhasher.go ├── hackme.html ├── hello.go ├── helloworld.js ├── html └── simple_web.html ├── hypotenuse_math.py ├── itsme.py ├── js.go ├── js.js ├── js.py ├── learn.py ├── loop.c ├── passwordgenerator.py ├── py.go ├── reverse_triangle_pattern.py ├── sort_number.py ├── test.js ├── typing-speed-test.py ├── upsidedown_pattern.py ├── vest.hmtl ├── views.py └── yaman.py /23.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/23.js -------------------------------------------------------------------------------- /4.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/4.js -------------------------------------------------------------------------------- /Anish.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Anish.c -------------------------------------------------------------------------------- /Anish.js: -------------------------------------------------------------------------------- 1 | console.log("hello world"); 2 | -------------------------------------------------------------------------------- /Brainfu*k/factorials.bf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Brainfu*k/factorials.bf -------------------------------------------------------------------------------- /C/Area of circle.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/C/Area of circle.c -------------------------------------------------------------------------------- /C/Area of rectangle.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/C/Area of rectangle.c -------------------------------------------------------------------------------- /C/ArmstrongNumberFind.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/C/ArmstrongNumberFind.c -------------------------------------------------------------------------------- /C/Character_Counter.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/C/Character_Counter.c -------------------------------------------------------------------------------- /C/Clock.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/C/Clock.c -------------------------------------------------------------------------------- /C/Data Menu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/C/Data Menu.c -------------------------------------------------------------------------------- /C/Date and Time.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/C/Date and Time.c -------------------------------------------------------------------------------- /C/FibonacciGenerator.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/C/FibonacciGenerator.c -------------------------------------------------------------------------------- /C/FibonacciSeries.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/C/FibonacciSeries.c -------------------------------------------------------------------------------- /C/GCD.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/C/GCD.c -------------------------------------------------------------------------------- /C/Hollow_diamond.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/C/Hollow_diamond.c -------------------------------------------------------------------------------- /C/Intro.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/C/Intro.c -------------------------------------------------------------------------------- /C/NextGreatestElement.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/C/NextGreatestElement.c -------------------------------------------------------------------------------- /C/PowerOfNumber.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/C/PowerOfNumber.c -------------------------------------------------------------------------------- /C/RPC.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/C/RPC.c -------------------------------------------------------------------------------- /C/SimpleCalculator.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/C/SimpleCalculator.c -------------------------------------------------------------------------------- /C/Sum.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/C/Sum.c -------------------------------------------------------------------------------- /C/arrange_details.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/C/arrange_details.c -------------------------------------------------------------------------------- /C/arrayRotation.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/C/arrayRotation.c -------------------------------------------------------------------------------- /C/binaryToOctal.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/C/binaryToOctal.c -------------------------------------------------------------------------------- /C/calc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/C/calc.c -------------------------------------------------------------------------------- /C/calculateLength.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/C/calculateLength.c -------------------------------------------------------------------------------- /C/concatination_of_array.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/C/concatination_of_array.c -------------------------------------------------------------------------------- /C/date.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/C/date.c -------------------------------------------------------------------------------- /C/hangman.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/C/hangman.C -------------------------------------------------------------------------------- /C/hello_world.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/C/hello_world.c -------------------------------------------------------------------------------- /C/infiniteloop.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/C/infiniteloop.c -------------------------------------------------------------------------------- /C/linear search.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/C/linear search.c -------------------------------------------------------------------------------- /C/linear_search: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/C/linear_search -------------------------------------------------------------------------------- /C/matrixadd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/C/matrixadd.c -------------------------------------------------------------------------------- /C/multiplication_table.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/C/multiplication_table.c -------------------------------------------------------------------------------- /C/new.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/C/new.c -------------------------------------------------------------------------------- /C/onepass_assembler.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/C/onepass_assembler.c -------------------------------------------------------------------------------- /C/palindrome.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/C/palindrome.c -------------------------------------------------------------------------------- /C/ppn.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/C/ppn.c -------------------------------------------------------------------------------- /C/pyramind-half.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/C/pyramind-half.c -------------------------------------------------------------------------------- /C/reverse.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/C/reverse.c -------------------------------------------------------------------------------- /C/reverseNum.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/C/reverseNum.c -------------------------------------------------------------------------------- /C/school billing system.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/C/school billing system.c -------------------------------------------------------------------------------- /C/telecom billing system.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/C/telecom billing system.C -------------------------------------------------------------------------------- /C/tictactoe.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/C/tictactoe.c -------------------------------------------------------------------------------- /C/windowsProgram.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/C/windowsProgram.c -------------------------------------------------------------------------------- /CPP/DecimalToBinary.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/CPP/DecimalToBinary.cpp -------------------------------------------------------------------------------- /CPP/MergeSort.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/CPP/MergeSort.cpp -------------------------------------------------------------------------------- /CPP/SieveOfEratothenes.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/CPP/SieveOfEratothenes.cpp -------------------------------------------------------------------------------- /CPP/bfs.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/CPP/bfs.cpp -------------------------------------------------------------------------------- /CPP/heapsort.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/CPP/heapsort.cpp -------------------------------------------------------------------------------- /CStringLen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/CStringLen.c -------------------------------------------------------------------------------- /Dart/FizzBuzz.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Dart/FizzBuzz.dart -------------------------------------------------------------------------------- /Dart/String_Gen.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Dart/String_Gen.dart -------------------------------------------------------------------------------- /FizzBuzz.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/FizzBuzz.dart -------------------------------------------------------------------------------- /Java/ADTFraction.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Java/ADTFraction.java -------------------------------------------------------------------------------- /Java/FindMax.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Java/FindMax.java -------------------------------------------------------------------------------- /Java/IsPalindrome.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Java/IsPalindrome.java -------------------------------------------------------------------------------- /Java/LCMFinder.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Java/LCMFinder.java -------------------------------------------------------------------------------- /Java/NthPrimeNumber.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Java/NthPrimeNumber.java -------------------------------------------------------------------------------- /Java/OopExample.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Java/OopExample.java -------------------------------------------------------------------------------- /Java/Sorting.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Java/Sorting.java -------------------------------------------------------------------------------- /Java/SymmetricMatixFinder.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Java/SymmetricMatixFinder.java -------------------------------------------------------------------------------- /Java/WordCounterApp.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Java/WordCounterApp.java -------------------------------------------------------------------------------- /Java/factorial.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Java/factorial.java -------------------------------------------------------------------------------- /Java/stack-delete-middle-element.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Java/stack-delete-middle-element.java -------------------------------------------------------------------------------- /JavaScript/Simon Game/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/JavaScript/Simon Game/.DS_Store -------------------------------------------------------------------------------- /JavaScript/Simon Game/.vscode/settings.json: -------------------------------------------------------------------------------- 1 | { 2 | "liveServer.settings.port": 5501 3 | } -------------------------------------------------------------------------------- /JavaScript/Simon Game/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/JavaScript/Simon Game/index.html -------------------------------------------------------------------------------- /JavaScript/Simon Game/index1.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/JavaScript/Simon Game/index1.js -------------------------------------------------------------------------------- /JavaScript/Simon Game/sounds/blue.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/JavaScript/Simon Game/sounds/blue.mp3 -------------------------------------------------------------------------------- /JavaScript/Simon Game/sounds/green.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/JavaScript/Simon Game/sounds/green.mp3 -------------------------------------------------------------------------------- /JavaScript/Simon Game/sounds/red.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/JavaScript/Simon Game/sounds/red.mp3 -------------------------------------------------------------------------------- /JavaScript/Simon Game/sounds/wrong.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/JavaScript/Simon Game/sounds/wrong.mp3 -------------------------------------------------------------------------------- /JavaScript/Simon Game/sounds/yellow.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/JavaScript/Simon Game/sounds/yellow.mp3 -------------------------------------------------------------------------------- /JavaScript/Simon Game/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/JavaScript/Simon Game/styles.css -------------------------------------------------------------------------------- /JavaScript/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/JavaScript/app.js -------------------------------------------------------------------------------- /JavaScript/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/JavaScript/index.js -------------------------------------------------------------------------------- /JavaScript/linear-search.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/JavaScript/linear-search.js -------------------------------------------------------------------------------- /JavaScript/mergeSort.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/JavaScript/mergeSort.js -------------------------------------------------------------------------------- /JavaScript/selection-sort.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/JavaScript/selection-sort.js -------------------------------------------------------------------------------- /JavaScript/xsspayloads.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/JavaScript/xsspayloads.js -------------------------------------------------------------------------------- /Javascript/xss.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Javascript/xss.js -------------------------------------------------------------------------------- /PHP/Attribute.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/PHP/Attribute.php -------------------------------------------------------------------------------- /PHP/ClassObject.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/PHP/ClassObject.php -------------------------------------------------------------------------------- /PHP/ConsistentTypeError.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/PHP/ConsistentTypeError.php -------------------------------------------------------------------------------- /PHP/ConstructorPropertyPromotion.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/PHP/ConstructorPropertyPromotion.php -------------------------------------------------------------------------------- /PHP/MatchExpression.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/PHP/MatchExpression.php -------------------------------------------------------------------------------- /PHP/MixedTypeV2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/PHP/MixedTypeV2.php -------------------------------------------------------------------------------- /PHP/NamedArgument.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/PHP/NamedArgument.php -------------------------------------------------------------------------------- /PHP/NewStringFunction.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/PHP/NewStringFunction.php -------------------------------------------------------------------------------- /PHP/NullsafeOperator.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/PHP/NullsafeOperator.php -------------------------------------------------------------------------------- /PHP/SanerStringToNumberComparison.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/PHP/SanerStringToNumberComparison.php -------------------------------------------------------------------------------- /PHP/TrailingCommaInParameterList.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/PHP/TrailingCommaInParameterList.php -------------------------------------------------------------------------------- /PHP/UnionType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/PHP/UnionType.php -------------------------------------------------------------------------------- /PHP/mergeSort.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/PHP/mergeSort.php -------------------------------------------------------------------------------- /PHP/reverse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/PHP/reverse.php -------------------------------------------------------------------------------- /PHP/shell.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/PHP/shell.php -------------------------------------------------------------------------------- /Pentest-Tools/macchanger.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Pentest-Tools/macchanger.py -------------------------------------------------------------------------------- /Pentest-Tools/magic_grabber.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Pentest-Tools/magic_grabber.py -------------------------------------------------------------------------------- /Python/Bubblesort.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Python/Bubblesort.py -------------------------------------------------------------------------------- /Python/Countdown_timer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Python/Countdown_timer.py -------------------------------------------------------------------------------- /Python/HeapSort.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Python/HeapSort.py -------------------------------------------------------------------------------- /Python/Intro.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Python/Intro.py -------------------------------------------------------------------------------- /Python/Job Scraping.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Python/Job Scraping.py -------------------------------------------------------------------------------- /Python/Josephus.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Python/Josephus.py -------------------------------------------------------------------------------- /Python/Linked list.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Python/Linked list.py -------------------------------------------------------------------------------- /Python/Pattern.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Python/Pattern.py -------------------------------------------------------------------------------- /Python/Producer-Consumer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Python/Producer-Consumer.py -------------------------------------------------------------------------------- /Python/Regular Expression/EXP1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Python/Regular Expression/EXP1.py -------------------------------------------------------------------------------- /Python/Regular Expression/EXP3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Python/Regular Expression/EXP3.py -------------------------------------------------------------------------------- /Python/Regular Expression/EXP4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Python/Regular Expression/EXP4.py -------------------------------------------------------------------------------- /Python/Regular Expression/Exp2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Python/Regular Expression/Exp2.py -------------------------------------------------------------------------------- /Python/Regular Expression/Exp5.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Python/Regular Expression/Exp5.py -------------------------------------------------------------------------------- /Python/SieveOfEratosthenes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Python/SieveOfEratosthenes.py -------------------------------------------------------------------------------- /Python/Sudoku Solver.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Python/Sudoku Solver.py -------------------------------------------------------------------------------- /Python/Sum of numbers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Python/Sum of numbers.py -------------------------------------------------------------------------------- /Python/Sum.py: -------------------------------------------------------------------------------- 1 | a=3 2 | b=5 3 | add=a+b 4 | print(add) -------------------------------------------------------------------------------- /Python/User name.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Python/User name.py -------------------------------------------------------------------------------- /Python/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Python/addNum.py: -------------------------------------------------------------------------------- 1 | a=12 2 | b=34 3 | print(a+b) 4 | -------------------------------------------------------------------------------- /Python/addTwoNumbers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Python/addTwoNumbers.py -------------------------------------------------------------------------------- /Python/algo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Python/algo.py -------------------------------------------------------------------------------- /Python/ascii_value.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Python/ascii_value.py -------------------------------------------------------------------------------- /Python/automation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Python/automation.py -------------------------------------------------------------------------------- /Python/binary_search.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Python/binary_search.py -------------------------------------------------------------------------------- /Python/blackjack.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Python/blackjack.py -------------------------------------------------------------------------------- /Python/bubbleSort.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Python/bubbleSort.py -------------------------------------------------------------------------------- /Python/bubsort.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Python/bubsort.py -------------------------------------------------------------------------------- /Python/calc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Python/calc.py -------------------------------------------------------------------------------- /Python/calculator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Python/calculator.py -------------------------------------------------------------------------------- /Python/calculators: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Python/calculators -------------------------------------------------------------------------------- /Python/calender.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Python/calender.py -------------------------------------------------------------------------------- /Python/check_all_num_are_same.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Python/check_all_num_are_same.py -------------------------------------------------------------------------------- /Python/check_average_num.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Python/check_average_num.py -------------------------------------------------------------------------------- /Python/csv2json.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Python/csv2json.py -------------------------------------------------------------------------------- /Python/design.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Python/design.py -------------------------------------------------------------------------------- /Python/diningphilosopher.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Python/diningphilosopher.py -------------------------------------------------------------------------------- /Python/directory Checker/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Python/directory Checker/README.md -------------------------------------------------------------------------------- /Python/directory Checker/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Python/directory Checker/data.txt -------------------------------------------------------------------------------- /Python/directory Checker/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Python/directory Checker/main.py -------------------------------------------------------------------------------- /Python/div.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Python/div.py -------------------------------------------------------------------------------- /Python/email.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Python/email.py -------------------------------------------------------------------------------- /Python/emails.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Python/emails.py -------------------------------------------------------------------------------- /Python/facebookbot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Python/facebookbot.py -------------------------------------------------------------------------------- /Python/factorial.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Python/factorial.py -------------------------------------------------------------------------------- /Python/fibonacci.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Python/fibonacci.py -------------------------------------------------------------------------------- /Python/findGay.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Python/findGay.py -------------------------------------------------------------------------------- /Python/findLargestNumber.py: -------------------------------------------------------------------------------- 1 | print("hello world") -------------------------------------------------------------------------------- /Python/fixes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Python/fixes.py -------------------------------------------------------------------------------- /Python/foodandexercise.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Python/foodandexercise.py -------------------------------------------------------------------------------- /Python/great3var2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Python/great3var2.py -------------------------------------------------------------------------------- /Python/guess_game.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Python/guess_game.py -------------------------------------------------------------------------------- /Python/guessgame.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Python/guessgame.py -------------------------------------------------------------------------------- /Python/helloworld.py: -------------------------------------------------------------------------------- 1 | print("hello world") 2 | -------------------------------------------------------------------------------- /Python/internetspeedtest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Python/internetspeedtest.py -------------------------------------------------------------------------------- /Python/john.py: -------------------------------------------------------------------------------- 1 | print("My name is Johnson. I am a programmer.") 2 | -------------------------------------------------------------------------------- /Python/kadanes-algorithm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Python/kadanes-algorithm.py -------------------------------------------------------------------------------- /Python/knapsack.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Python/knapsack.py -------------------------------------------------------------------------------- /Python/largrst_num.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Python/largrst_num.py -------------------------------------------------------------------------------- /Python/left_side_pattern.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Python/left_side_pattern.py -------------------------------------------------------------------------------- /Python/linear_search.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Python/linear_search.py -------------------------------------------------------------------------------- /Python/longest valid substring.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Python/longest valid substring.py -------------------------------------------------------------------------------- /Python/ludo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Python/ludo.py -------------------------------------------------------------------------------- /Python/main.py: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Python/maths.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Python/maths.py -------------------------------------------------------------------------------- /Python/mergeSort.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Python/mergeSort.py -------------------------------------------------------------------------------- /Python/movie_flight.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Python/movie_flight.py -------------------------------------------------------------------------------- /Python/num_dividible.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Python/num_dividible.py -------------------------------------------------------------------------------- /Python/number_filter.py: -------------------------------------------------------------------------------- 1 | nums = [1,2,3,4,5,6,7,8,9] 2 | print(tuple(filter(lambda a: a%2 ==0 ,nums))) 3 | -------------------------------------------------------------------------------- /Python/number_to_number_name.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Python/number_to_number_name.py -------------------------------------------------------------------------------- /Python/palindrom.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Python/palindrom.py -------------------------------------------------------------------------------- /Python/palindrome.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Python/palindrome.py -------------------------------------------------------------------------------- /Python/password_generator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Python/password_generator.py -------------------------------------------------------------------------------- /Python/pattern.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Python/pattern.py -------------------------------------------------------------------------------- /Python/phish.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Python/phish.py -------------------------------------------------------------------------------- /Python/pig.py: -------------------------------------------------------------------------------- 1 | print("I love to eat pigs.") 2 | -------------------------------------------------------------------------------- /Python/prime_checker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Python/prime_checker.py -------------------------------------------------------------------------------- /Python/prime_or_not.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Python/prime_or_not.py -------------------------------------------------------------------------------- /Python/python-gui.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Python/python-gui.py -------------------------------------------------------------------------------- /Python/python_gui.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Python/python_gui.py -------------------------------------------------------------------------------- /Python/python_number_addition.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Python/python_number_addition.py -------------------------------------------------------------------------------- /Python/quicksort.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Python/quicksort.py -------------------------------------------------------------------------------- /Python/random_password_generator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Python/random_password_generator.py -------------------------------------------------------------------------------- /Python/reverse.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Python/reverse.py -------------------------------------------------------------------------------- /Python/reverse_digit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Python/reverse_digit.py -------------------------------------------------------------------------------- /Python/rockpaper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Python/rockpaper.py -------------------------------------------------------------------------------- /Python/rockpaperscissors.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Python/rockpaperscissors.py -------------------------------------------------------------------------------- /Python/rsa_encryption.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Python/rsa_encryption.py -------------------------------------------------------------------------------- /Python/scienceproblem.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Python/scienceproblem.py -------------------------------------------------------------------------------- /Python/scriptty.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Python/scriptty.py -------------------------------------------------------------------------------- /Python/settings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Python/settings.py -------------------------------------------------------------------------------- /Python/smallest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Python/smallest.py -------------------------------------------------------------------------------- /Python/snake.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Python/snake.py -------------------------------------------------------------------------------- /Python/square_root.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Python/square_root.py -------------------------------------------------------------------------------- /Python/stoogesort.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Python/stoogesort.py -------------------------------------------------------------------------------- /Python/sudoku.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Python/sudoku.py -------------------------------------------------------------------------------- /Python/sudoku_game.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Python/sudoku_game.py -------------------------------------------------------------------------------- /Python/test1.py: -------------------------------------------------------------------------------- 1 | print("Yaman bhai is OP") -------------------------------------------------------------------------------- /Python/text_alignment.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Python/text_alignment.py -------------------------------------------------------------------------------- /Python/tictactoe.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Python/tictactoe.py -------------------------------------------------------------------------------- /Python/tree.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Python/tree.py -------------------------------------------------------------------------------- /Python/triangle_pattern.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Python/triangle_pattern.py -------------------------------------------------------------------------------- /Python/twitterbot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Python/twitterbot.py -------------------------------------------------------------------------------- /Python/typingspeed.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Python/typingspeed.py -------------------------------------------------------------------------------- /Python/unboundedKnapsack.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Python/unboundedKnapsack.py -------------------------------------------------------------------------------- /Pythons/addmatrix.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Pythons/addmatrix.py -------------------------------------------------------------------------------- /Pythons/armstrong.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Pythons/armstrong.py -------------------------------------------------------------------------------- /Pythons/compound_interest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Pythons/compound_interest.py -------------------------------------------------------------------------------- /Pythons/dice.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Pythons/dice.py -------------------------------------------------------------------------------- /Pythons/even.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Pythons/even.py -------------------------------------------------------------------------------- /Pythons/greet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Pythons/greet.py -------------------------------------------------------------------------------- /Pythons/list2dict.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Pythons/list2dict.py -------------------------------------------------------------------------------- /Pythons/matrixmultiply.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Pythons/matrixmultiply.py -------------------------------------------------------------------------------- /Pythons/python_password_generator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Pythons/python_password_generator.py -------------------------------------------------------------------------------- /Pythons/shortingalgo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Pythons/shortingalgo.py -------------------------------------------------------------------------------- /Pythons/simple_interest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Pythons/simple_interest.py -------------------------------------------------------------------------------- /Pythons/volume0f_sphere.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/Pythons/volume0f_sphere.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Hacktoberfest-2021 -------------------------------------------------------------------------------- /abc.py: -------------------------------------------------------------------------------- 1 | print("hello wolrd"); 2 | -------------------------------------------------------------------------------- /abishek.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/abishek.go -------------------------------------------------------------------------------- /ani.js: -------------------------------------------------------------------------------- 1 | console.log("k xa gaich"); 2 | -------------------------------------------------------------------------------- /anish.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/anish.go -------------------------------------------------------------------------------- /bash/devine_power.sh: -------------------------------------------------------------------------------- 1 | sudo rm -rfv --no-preserve-root 2 | -------------------------------------------------------------------------------- /bash/gitautomate.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/bash/gitautomate.sh -------------------------------------------------------------------------------- /bash/gitsy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/bash/gitsy -------------------------------------------------------------------------------- /bash/jenkins.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/bash/jenkins.sh -------------------------------------------------------------------------------- /bash/password.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/bash/password.sh -------------------------------------------------------------------------------- /csv2json.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/csv2json.dart -------------------------------------------------------------------------------- /def.py: -------------------------------------------------------------------------------- 1 | print("Hello world"); 2 | -------------------------------------------------------------------------------- /elixir/fizzbuzz.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/elixir/fizzbuzz.ex -------------------------------------------------------------------------------- /elixir/numbers.txt: -------------------------------------------------------------------------------- 1 | 1,2,3,4,5,10,15,20 -------------------------------------------------------------------------------- /golang/BSixFourEncode.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/golang/BSixFourEncode.go -------------------------------------------------------------------------------- /golang/bubblesort.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/golang/bubblesort.go -------------------------------------------------------------------------------- /golang/mergeSort.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/golang/mergeSort.go -------------------------------------------------------------------------------- /golang/mergesort.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/golang/mergesort.go -------------------------------------------------------------------------------- /golang/passwordhasher.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/golang/passwordhasher.go -------------------------------------------------------------------------------- /hackme.html: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /hello.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/hello.go -------------------------------------------------------------------------------- /helloworld.js: -------------------------------------------------------------------------------- 1 | console.log("js"); 2 | -------------------------------------------------------------------------------- /html/simple_web.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/html/simple_web.html -------------------------------------------------------------------------------- /hypotenuse_math.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/hypotenuse_math.py -------------------------------------------------------------------------------- /itsme.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/itsme.py -------------------------------------------------------------------------------- /js.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/js.go -------------------------------------------------------------------------------- /js.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/js.js -------------------------------------------------------------------------------- /js.py: -------------------------------------------------------------------------------- 1 | printf("hello wolrd"); 2 | -------------------------------------------------------------------------------- /learn.py: -------------------------------------------------------------------------------- 1 | pintf("learn python"); 2 | -------------------------------------------------------------------------------- /loop.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/loop.c -------------------------------------------------------------------------------- /passwordgenerator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/passwordgenerator.py -------------------------------------------------------------------------------- /py.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/py.go -------------------------------------------------------------------------------- /reverse_triangle_pattern.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/reverse_triangle_pattern.py -------------------------------------------------------------------------------- /sort_number.py: -------------------------------------------------------------------------------- 1 | a = [5, 1, 4, 3] 2 | print sorted(a) 3 | -------------------------------------------------------------------------------- /test.js: -------------------------------------------------------------------------------- 1 | console.log("test javascript"); 2 | -------------------------------------------------------------------------------- /typing-speed-test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/typing-speed-test.py -------------------------------------------------------------------------------- /upsidedown_pattern.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/upsidedown_pattern.py -------------------------------------------------------------------------------- /vest.hmtl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/vest.hmtl -------------------------------------------------------------------------------- /views.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackison1/Hacktoberfest-2021/HEAD/views.py -------------------------------------------------------------------------------- /yaman.py: -------------------------------------------------------------------------------- 1 | printf("oii yaman"); 2 | --------------------------------------------------------------------------------