Programmer's Entertainment
Home
C++ Source Codes
C# Sourrce Codes
Python Source Codes
Refrence Books
About
posted by
Unknown
on
09:01
No Comments
Cumming soon my dictionary
Next Post
Newer Post
Previous Post
Older Post
Home
0 comments:
Post a Comment
C++ Source Codes
vowel , consonent , and other functions in a programm
Counting Sort
Linear Search
Fibonocii Series
Calculate Power by function
Consonents Counte in a string
Vowels Counter
Count space in a string
Count words in a string
Derivative Calculator Source Code
C# Source Codes
Bubble Sort
Quick Sort
Selection Sort
Heap Sort
Insertion Sort
Shell Sort
Python Source Codes
Merge Sort
Selection Sort
Linear Search
Binary Search
Generate Word List for Dictionary Attack
Small English to Spanish Dictionary
Source Code of Tic Tac Toe
Converting numeric strings to integers
Convert doc and docx files to pdf
Python Gpa and Cgpa Calculator
Connect With Us
Facebook
Twitter
Google
Linkedin
Youtube
Instagram
Popular Posts
Convert doc and docx files to pdf
from os import chdir , getcwd , listdir , path from time import strftime from win32com import client def count_files ( fi...
Python Gpa and Cgpa Calculator
class gpa_cgpa(object): arg1 = None arg2 = None subdata = None credits = None init_course = 0 in...
Derivative Calculator Source Code
Simple Derivative Solver :- #include "stdafx.h" // Header file usually use in MS-VS #include <iostream> // Inp...
Converting numeric strings to integers
def str_to_int ( s ): ctr = i = 0 for c in reversed ( s ): i += ( ord ( c ) - 48 ) * ( 10 ** ctr ) ...
Count space in a string
#include "stdafx.h" // Header file for MS VS #include <iostream> // Some compiler used < iostream.h> #include...
Heap Sort
private void HeapSort( long [] inputArray) { for ( int index = (inputArray.Length / 2 ) - 1 ; index >= 0 ; index--) Heap...
Generate Word List for Dictionary Attack
import string , random #============ Word List Gen ============ minimum = input ( 'Please enter the minimum length of any give wo...
Small English to Spanish Dictionary
def createDictionary (): '''Returns a tiny Spanish dictionary''' spanish = dict () spanish [ ...
Counting Sort
Counting Sort :- In computer science , counting sort is an algorithm for sorting a collection of objects according to keys that ...
GP Calculator
GP Calculator :- #include "stdafx.h" // heador file for MS visual Studio #include <iostream> // heador fil...
About Administrator
Unknown
Unknown
Powered by
Blogger
.
0 comments:
Post a Comment