├── 2.cpp ├── 4.cpp ├── 5.cpp ├── ArmstrongNumber ├── Bubble Sorting ├── Check for Armstrong Number ├── Complex ├── complex.class └── complex.java ├── Consecutive XOR.java.txt ├── CoprimeOrNot ├── Creating a Do while Loop ├── DecimalToBinaryPR.java ├── DeletingElement.java ├── Digit_Counter.py ├── Evaluate POSTFIX Expression Using Stack.c ├── Fibonacci Number ├── Fibonnaci.py ├── Hacktoberfest 1st PR ├── Hacktoberfest 2nd PR ├── Hacktoberfest 3rd PR ├── Hacktoberfest 4th PR ├── Hacktoberfest'22_PR1 ├── Hacktoberfest'22_PR2 ├── Hacktoberfest'22_PR3 ├── Hacktoberfest'22_PR4 ├── Hacktoberfest'22_PR5 ├── Hacktoberfest'22_PR6 ├── Hacktoberfest.cpp ├── Hactober 2022 c++ ├── Hactoberfestpr1 ├── Hactoberfestpr3 ├── Hactoberfestpr4 ├── Hactoberfestpr5 ├── Half Pyramid of Numbers.c ├── HcfLcm.java ├── Hello_ World.cpp ├── Hollow_Diamond_Pattern.py ├── Image Resizer ├── resize.class └── resize.java ├── InsertElement.java ├── Interest Calculator.jar ├── Knapsack problem.c ├── Krishnamurthy Number.c ├── LL.java ├── Leetcode ├── 300. LIS │ └── LongestIncreasingSubsequence.java ├── 37. Sudoku Solver │ └── Solution.java └── 695. Max Area of Island.java ├── LeftRotateByD.java ├── Linked_List ├── Node.class ├── llist.class └── llist.java ├── Matrix Addition.cpp ├── MatrixReversal.java ├── MaxAndMin ├── Multiplication ├── Neon Number ├── Number of days finder 1st PR ├── Number_guessing_game.cpp ├── Palindrome Number.c ├── Prime and Composite.cpp ├── Program to convert temperature from Celsius to Fahrenheit.c ├── Python code ├── Python turtle code 3.py ├── PythonPattern ├── README.md ├── Random ├── Main.class ├── Main.java ├── Random.class └── Random.java ├── Reverse_Number.cpp ├── Reversing Number ├── ReversingAnArray ├── Samiksha ├── Searching_Element.py ├── Snake_Water_Gun ├── Snake_Water_gun.c └── Snake_Water_gun.exe ├── Square_Wave ├── square.class └── square.java ├── Stack code 1.py ├── Sub ├── Temperature conversion.py ├── TowerOfHanoiPR.java ├── Turtle Python 2 code.py ├── Turtle Python code PR2.py ├── Turtle python code PR1.py ├── age.c ├── alarm.py ├── area.c ├── area.exe ├── arithmetic.c ├── buublesort.c ├── calculator.c ├── calculator.cpp ├── calculator.py ├── checkSort.java ├── cpp.cpp ├── digits.c ├── fibonacciRec.c ├── first.cpp ├── float ├── function1.c ├── function1.exe ├── gmt.java ├── goldbach.java ├── guessthenum.py ├── hacktoberfest1pr.cpp ├── hactoberfestfirstpr ├── ifelse.c ├── infixtopostfix.cpp ├── infixtoprefix.cpp ├── leader.java ├── leap_year.cpp ├── logical.c ├── loops ├── mandelbrot.java ├── matrix.java ├── max_among_3_number.cpp ├── max_difference.java ├── menu.c ├── menu.exe ├── mergearray.java pr2 ├── new code ├── number_guessing_game.py ├── palindrome.java ├── pangram.java pr1 ├── password_generator.py ├── ping pong game.py ├── play.c ├── prime.java ├── primeplay.py ├── pyramid.cpp ├── random_password_creator.py ├── rearrange_array ├── reversing_string.cpp ├── rock_paper_scissor.py ├── sam ├── sizeof.c ├── sizeof.exe ├── sort.c ├── sum ├── sumOf_n_NaturalNumbersAndReversePR.c ├── swap.java └── uniquenumber.java /2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/2.cpp -------------------------------------------------------------------------------- /4.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/4.cpp -------------------------------------------------------------------------------- /5.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/5.cpp -------------------------------------------------------------------------------- /ArmstrongNumber: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/ArmstrongNumber -------------------------------------------------------------------------------- /Bubble Sorting: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/Bubble Sorting -------------------------------------------------------------------------------- /Check for Armstrong Number: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/Check for Armstrong Number -------------------------------------------------------------------------------- /Complex/complex.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/Complex/complex.class -------------------------------------------------------------------------------- /Complex/complex.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/Complex/complex.java -------------------------------------------------------------------------------- /Consecutive XOR.java.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/Consecutive XOR.java.txt -------------------------------------------------------------------------------- /CoprimeOrNot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/CoprimeOrNot -------------------------------------------------------------------------------- /Creating a Do while Loop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/Creating a Do while Loop -------------------------------------------------------------------------------- /DecimalToBinaryPR.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/DecimalToBinaryPR.java -------------------------------------------------------------------------------- /DeletingElement.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/DeletingElement.java -------------------------------------------------------------------------------- /Digit_Counter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/Digit_Counter.py -------------------------------------------------------------------------------- /Evaluate POSTFIX Expression Using Stack.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/Evaluate POSTFIX Expression Using Stack.c -------------------------------------------------------------------------------- /Fibonacci Number: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/Fibonacci Number -------------------------------------------------------------------------------- /Fibonnaci.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/Fibonnaci.py -------------------------------------------------------------------------------- /Hacktoberfest 1st PR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/Hacktoberfest 1st PR -------------------------------------------------------------------------------- /Hacktoberfest 2nd PR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/Hacktoberfest 2nd PR -------------------------------------------------------------------------------- /Hacktoberfest 3rd PR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/Hacktoberfest 3rd PR -------------------------------------------------------------------------------- /Hacktoberfest 4th PR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/Hacktoberfest 4th PR -------------------------------------------------------------------------------- /Hacktoberfest'22_PR1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/Hacktoberfest'22_PR1 -------------------------------------------------------------------------------- /Hacktoberfest'22_PR2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/Hacktoberfest'22_PR2 -------------------------------------------------------------------------------- /Hacktoberfest'22_PR3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/Hacktoberfest'22_PR3 -------------------------------------------------------------------------------- /Hacktoberfest'22_PR4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/Hacktoberfest'22_PR4 -------------------------------------------------------------------------------- /Hacktoberfest'22_PR5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/Hacktoberfest'22_PR5 -------------------------------------------------------------------------------- /Hacktoberfest'22_PR6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/Hacktoberfest'22_PR6 -------------------------------------------------------------------------------- /Hacktoberfest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/Hacktoberfest.cpp -------------------------------------------------------------------------------- /Hactober 2022 c++: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/Hactober 2022 c++ -------------------------------------------------------------------------------- /Hactoberfestpr1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/Hactoberfestpr1 -------------------------------------------------------------------------------- /Hactoberfestpr3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/Hactoberfestpr3 -------------------------------------------------------------------------------- /Hactoberfestpr4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/Hactoberfestpr4 -------------------------------------------------------------------------------- /Hactoberfestpr5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/Hactoberfestpr5 -------------------------------------------------------------------------------- /Half Pyramid of Numbers.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/Half Pyramid of Numbers.c -------------------------------------------------------------------------------- /HcfLcm.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/HcfLcm.java -------------------------------------------------------------------------------- /Hello_ World.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/Hello_ World.cpp -------------------------------------------------------------------------------- /Hollow_Diamond_Pattern.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/Hollow_Diamond_Pattern.py -------------------------------------------------------------------------------- /Image Resizer/resize.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/Image Resizer/resize.class -------------------------------------------------------------------------------- /Image Resizer/resize.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/Image Resizer/resize.java -------------------------------------------------------------------------------- /InsertElement.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/InsertElement.java -------------------------------------------------------------------------------- /Interest Calculator.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/Interest Calculator.jar -------------------------------------------------------------------------------- /Knapsack problem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/Knapsack problem.c -------------------------------------------------------------------------------- /Krishnamurthy Number.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/Krishnamurthy Number.c -------------------------------------------------------------------------------- /LL.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/LL.java -------------------------------------------------------------------------------- /Leetcode/300. LIS/LongestIncreasingSubsequence.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/Leetcode/300. LIS/LongestIncreasingSubsequence.java -------------------------------------------------------------------------------- /Leetcode/37. Sudoku Solver/Solution.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/Leetcode/37. Sudoku Solver/Solution.java -------------------------------------------------------------------------------- /Leetcode/695. Max Area of Island.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/Leetcode/695. Max Area of Island.java -------------------------------------------------------------------------------- /LeftRotateByD.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/LeftRotateByD.java -------------------------------------------------------------------------------- /Linked_List/Node.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/Linked_List/Node.class -------------------------------------------------------------------------------- /Linked_List/llist.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/Linked_List/llist.class -------------------------------------------------------------------------------- /Linked_List/llist.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/Linked_List/llist.java -------------------------------------------------------------------------------- /Matrix Addition.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/Matrix Addition.cpp -------------------------------------------------------------------------------- /MatrixReversal.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/MatrixReversal.java -------------------------------------------------------------------------------- /MaxAndMin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/MaxAndMin -------------------------------------------------------------------------------- /Multiplication: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/Multiplication -------------------------------------------------------------------------------- /Neon Number: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/Neon Number -------------------------------------------------------------------------------- /Number of days finder 1st PR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/Number of days finder 1st PR -------------------------------------------------------------------------------- /Number_guessing_game.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/Number_guessing_game.cpp -------------------------------------------------------------------------------- /Palindrome Number.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/Palindrome Number.c -------------------------------------------------------------------------------- /Prime and Composite.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/Prime and Composite.cpp -------------------------------------------------------------------------------- /Program to convert temperature from Celsius to Fahrenheit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/Program to convert temperature from Celsius to Fahrenheit.c -------------------------------------------------------------------------------- /Python code: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/Python code -------------------------------------------------------------------------------- /Python turtle code 3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/Python turtle code 3.py -------------------------------------------------------------------------------- /PythonPattern: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/PythonPattern -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/README.md -------------------------------------------------------------------------------- /Random/Main.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/Random/Main.class -------------------------------------------------------------------------------- /Random/Main.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/Random/Main.java -------------------------------------------------------------------------------- /Random/Random.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/Random/Random.class -------------------------------------------------------------------------------- /Random/Random.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/Random/Random.java -------------------------------------------------------------------------------- /Reverse_Number.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/Reverse_Number.cpp -------------------------------------------------------------------------------- /Reversing Number: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/Reversing Number -------------------------------------------------------------------------------- /ReversingAnArray: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/ReversingAnArray -------------------------------------------------------------------------------- /Samiksha: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/Samiksha -------------------------------------------------------------------------------- /Searching_Element.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/Searching_Element.py -------------------------------------------------------------------------------- /Snake_Water_Gun/Snake_Water_gun.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/Snake_Water_Gun/Snake_Water_gun.c -------------------------------------------------------------------------------- /Snake_Water_Gun/Snake_Water_gun.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/Snake_Water_Gun/Snake_Water_gun.exe -------------------------------------------------------------------------------- /Square_Wave/square.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/Square_Wave/square.class -------------------------------------------------------------------------------- /Square_Wave/square.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/Square_Wave/square.java -------------------------------------------------------------------------------- /Stack code 1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/Stack code 1.py -------------------------------------------------------------------------------- /Sub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/Sub -------------------------------------------------------------------------------- /Temperature conversion.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/Temperature conversion.py -------------------------------------------------------------------------------- /TowerOfHanoiPR.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/TowerOfHanoiPR.java -------------------------------------------------------------------------------- /Turtle Python 2 code.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/Turtle Python 2 code.py -------------------------------------------------------------------------------- /Turtle Python code PR2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/Turtle Python code PR2.py -------------------------------------------------------------------------------- /Turtle python code PR1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/Turtle python code PR1.py -------------------------------------------------------------------------------- /age.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/age.c -------------------------------------------------------------------------------- /alarm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/alarm.py -------------------------------------------------------------------------------- /area.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/area.c -------------------------------------------------------------------------------- /area.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/area.exe -------------------------------------------------------------------------------- /arithmetic.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/arithmetic.c -------------------------------------------------------------------------------- /buublesort.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/buublesort.c -------------------------------------------------------------------------------- /calculator.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/calculator.c -------------------------------------------------------------------------------- /calculator.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/calculator.cpp -------------------------------------------------------------------------------- /calculator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/calculator.py -------------------------------------------------------------------------------- /checkSort.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/checkSort.java -------------------------------------------------------------------------------- /cpp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/cpp.cpp -------------------------------------------------------------------------------- /digits.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/digits.c -------------------------------------------------------------------------------- /fibonacciRec.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/fibonacciRec.c -------------------------------------------------------------------------------- /first.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/first.cpp -------------------------------------------------------------------------------- /float: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/float -------------------------------------------------------------------------------- /function1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/function1.c -------------------------------------------------------------------------------- /function1.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/function1.exe -------------------------------------------------------------------------------- /gmt.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/gmt.java -------------------------------------------------------------------------------- /goldbach.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/goldbach.java -------------------------------------------------------------------------------- /guessthenum.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/guessthenum.py -------------------------------------------------------------------------------- /hacktoberfest1pr.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/hacktoberfest1pr.cpp -------------------------------------------------------------------------------- /hactoberfestfirstpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/hactoberfestfirstpr -------------------------------------------------------------------------------- /ifelse.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/ifelse.c -------------------------------------------------------------------------------- /infixtopostfix.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/infixtopostfix.cpp -------------------------------------------------------------------------------- /infixtoprefix.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/infixtoprefix.cpp -------------------------------------------------------------------------------- /leader.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/leader.java -------------------------------------------------------------------------------- /leap_year.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/leap_year.cpp -------------------------------------------------------------------------------- /logical.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/logical.c -------------------------------------------------------------------------------- /loops: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/loops -------------------------------------------------------------------------------- /mandelbrot.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/mandelbrot.java -------------------------------------------------------------------------------- /matrix.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/matrix.java -------------------------------------------------------------------------------- /max_among_3_number.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/max_among_3_number.cpp -------------------------------------------------------------------------------- /max_difference.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/max_difference.java -------------------------------------------------------------------------------- /menu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/menu.c -------------------------------------------------------------------------------- /menu.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/menu.exe -------------------------------------------------------------------------------- /mergearray.java pr2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/mergearray.java pr2 -------------------------------------------------------------------------------- /new code: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/new code -------------------------------------------------------------------------------- /number_guessing_game.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/number_guessing_game.py -------------------------------------------------------------------------------- /palindrome.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/palindrome.java -------------------------------------------------------------------------------- /pangram.java pr1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/pangram.java pr1 -------------------------------------------------------------------------------- /password_generator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/password_generator.py -------------------------------------------------------------------------------- /ping pong game.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/ping pong game.py -------------------------------------------------------------------------------- /play.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/play.c -------------------------------------------------------------------------------- /prime.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/prime.java -------------------------------------------------------------------------------- /primeplay.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/primeplay.py -------------------------------------------------------------------------------- /pyramid.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/pyramid.cpp -------------------------------------------------------------------------------- /random_password_creator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/random_password_creator.py -------------------------------------------------------------------------------- /rearrange_array: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/rearrange_array -------------------------------------------------------------------------------- /reversing_string.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/reversing_string.cpp -------------------------------------------------------------------------------- /rock_paper_scissor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/rock_paper_scissor.py -------------------------------------------------------------------------------- /sam: -------------------------------------------------------------------------------- 1 | #include 2 | int main() 3 | { 4 | printf("Hello World"); 5 | return 0; 6 | } 7 | -------------------------------------------------------------------------------- /sizeof.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/sizeof.c -------------------------------------------------------------------------------- /sizeof.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/sizeof.exe -------------------------------------------------------------------------------- /sort.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/sort.c -------------------------------------------------------------------------------- /sum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/sum -------------------------------------------------------------------------------- /sumOf_n_NaturalNumbersAndReversePR.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/sumOf_n_NaturalNumbersAndReversePR.c -------------------------------------------------------------------------------- /swap.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/swap.java -------------------------------------------------------------------------------- /uniquenumber.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybernix-Phoenix-NSEC/octo-fiesta/HEAD/uniquenumber.java --------------------------------------------------------------------------------