Friday 29 May 2015


Discrete Structures by Imran

  Context Free Grammar generates the context free languages .Hence these are defined by the form A -> b where A is non terminal and b is the String of terminals 

  Push down automata manipulates the stack as a part of performing a transition.

If in every situation one transition is available as continuation of computation, then the result is A Deterministic Push Down Automata.

  State diagram is known as the graphical representation of Finite Automata.

If the two sets have no elements in common they are called as Disjoint Sets.

A regular language is accepted by the finite automation. Every Regular language is Context Free.

Context Free grammar consists of terminals, symbols, non-terminal symbols, set of production rules, a start symbol but does not have an end symbol.

Regular grammar is Context free grammar. Such a grammar restricts its rules to a single non-terminal on the left hand side and right hand side consisting of a single terminal.

Context free language is closed under Union, Kleen star and Concatenation.

PHP Variable Naming Conventions

There are a few rules that you need to follow when choosing a name for your PHP variables.
• PHP variables must start with a letter or underscore "_".
• PHP variables may only be comprised of alpha-numeric characters and underscores. a-z, A-Z, 0-9, or _ .
• Variables with more than one word should be separated with underscores. $my_variable
• Variables with more than one word can also be distinguished with capitalization. $myVariable

Strings in PHP


In the last lesson, PHP Echo, we used strings a bit, but didn't talk about them in depth. Throughout your PHP career you will be using strings a great deal, so it is important to have a basic understanding of PHP strings.
PHP - String Creation
Before you can use a string you have to create it! A string can be used directly in a function or it can be stored in a variable. Below we create the exact same string twice: first storing it into a variable and in the second case we place the string directly into a function.
PHP Code:
$my_string = "Tizag - Unlock your potential!";
echo "Tizag - Unlock your potential!";
echo $my_string;
In the above example the first string will be stored into the variable $my_string, while the second string will be used in the echo function and not be stored. Remember to save your strings into variables if you plan on using them more than once! Below is the output from our example code. They look identical just as we thought.
Display:
Tizag - Unlock your potential! Tizag - Unlock your potential!
PHP - String Creation Single Quotes
Thus far we have created strings using double-quotes, but it is just as correct to create a string using single-quotes, otherwise known as apostrophes.
PHP Code:
$my_string = 'Tizag - Unlock your potential!';
echo 'Tizag - Unlock your potential!';
echo $my_string;
If you want to use a single-quote within the string you have to escape the single-quote with a backslash \ . Like this: \' !
PHP Code:
echo 'Tizag - It\'s Neat!';
PHP - String Creation Double-Quotes
We have used double-quotes and will continue to use them as the primary method for forming strings. Double-quotes allow for many special escaped characters to be used that you cannot do with a single-quote string. Once again, a backslash is used to escape a character.
PHP Code:
$newline = "A newline is \n";
$return = "A carriage return is \r";
$tab = "A tab is \t";
$dollar = "A dollar sign is \$";
$doublequote = "A double-quote is \"";
Note: If you try to escape a character that doesn't need to be, such as an apostrophe, then the backslash will show up when you output the string.
These escaped characters are not very useful for outputting to a web page because HTML ignore extra white space. A tab, newline, and carriage return are all examples of extra (ignorable) white space. However, when writing to a file that may be read by human eyes these escaped characters are a valuable tool!
PHP - String Creation 
The two methods above are the traditional way to create strings in most programming languages. PHP introduces a more robust string creation tool called heredoc that lets the programmer create multi-line strings without using quotations. However, creating a string using heredoc is more difficult and can lead to problems if you do not properly code your string! Here's how to do it:
PHP Code:
$my_string = <<<TEST
Tizag.com
Webmaster Tutorials
Unlock your potential!
TEST;
echo $my_string;
There are a few very important things to remember when using heredoc.
• Use <<< and some identifier that you choose to begin the heredoc. In this example we chose TEST as our identifier.
• Repeat the identifier followed by a semicolon to end the heredoc string creation. In this example that was TEST;
• The closing sequence TEST; must occur on a line by itself and cannot be indented!
Another thing to note is that when you output this multi-line string to a web page, it will not span multiple lines because we did not have any <br /> tags contained inside our string! Here is the output made from the code above.
Display:
Tizag.com Webmaster Tutorials Unlock your potential!
Once again, take great care in following the heredoc creation guidelines to avoid any headaches.

PHP - Operators


In all programming languages, operators are used to manipulate or perform operations on variables and values. You have already seen the string concatenation operator "." in the Echo Lesson and the assignment operator "=" in pretty much every PHP example so far.
There are many operators used in PHP, so we have separated them into the following categories to make it easier to learn them all.
• Assignment Operators
• Arithmetic Operators
• Comparison Operators
• String Operators
• Combination Arithmetic & Assignment Operators
Notepad++ 6.7.8.2 Multilingual

Free source code editor without installation.
Download Portable Notepad++ Online (0.5 MB) 15/04/15
In first screen enter: 6.7.8.2
If you use as default editor (F4) in Total Commander edit Notepad++Portable.ini with AllowMultipleInstances=true.
Language set by launcher according Windows localization : Arabic, Bulgarian, Catalan, Croatian, Czech, Danish, Dutch, Farsi, Finnish, French, German, Greek, Hebrew, Hungarian, Indonesian, Italian, Japanese, Korean, Lithuanian, Norwegian, Polish, Portuguese, PortugueseBR, Romanian, Russian, SimpChinese, Slovak, Slovenian, Spanish, Swedish, TradChinese, Turkish, Ukrainian.
You can change Language in Settings-Preference...Localization Menu.
Settings of installed Notepad++ should be preserved.
A portable application can be run from a removable drive (USB flash drive, iPod, portable hard drive, etc) on any Windows computer without installation.
You will carry the program with settings on removable drive and don't modify settings on host computer.
Tested on Windows XP Pro SP3 and Windows 7 Integrale SP1.
On Vista and 7 turn off User Account Control (UAC) or run launcher as admin.


7-Zip 32-64 bit 15.03 alpha, 9.38 beta & 9.20 Multilingual


File archiver with a high compression ratio without installation.
Download Portable 7-Zip alpha Online (0.2 MB) 01/04/15
In first screen enter: 1503
Download Portable 7-Zip Online (0.2 MB) 07/12/14
In first screen enter: 9.38 or 9.20
Extract and run 7-ZipPortable.
32 or 64 bit files selected by launcher.
Drive letter of editor's path updated (if you plug USB key in another computer).
You can Add Parameters in 7-ZipPortable.ini
If you have Notepad++Portable or UltraEditPortable in the same foder as 7-ZipPortable you can choose one of them as editor (F4) by changing one (not two) false to true in 7-ZipPortable.ini.
Settings of installed 7-Zip should be preserved.

ConvertXtoDVD 5.3.0.8 & 4.2.0.0 Multilingual
Extract and run ConvertXtoDVD*Portable.
Working folder set by user. If you just burn you can set it in TEMP (deleted when leaving) with WorkingFolder=temp in ConvertXtoDVD*Portable.ini. You can also set it in portable folder with WorkingFolder=portable (the worst on USB key).
Sound events language set by launcher according localisation of Windows : English, French, German, Japanese,Spanish.
Settings of installed ConvertXtoDVD should be preserved.

PowerArchiver 2015 15.02.04 Multilingual



Archiving utility without installation.
Download Portable PowerArchiver 2015 Multilingual Online (0.4 MB) 28/05/15
In first screen enter: 150204
Extract and run PowerArchiverPortable.
Settings of installed PowerArchiver should be preserved.

GoldWave 6.11 64 bit & 5.70 32 bit
 7 commentaires 27 May 2015

Extract and run GoldWavePortable.
Settings of installed GoldWave should be preserved.

Any Video Converter Ultimate 5.8.1 Multilingual 18 commentaires

Extract and run AVCUltimatePortable.
On an new computer register with avc-ultimate-kg: registration will be left on computer in a CLSID registry key changing with computer.
Settings of installed AVCUltimate should be preserved.

Any DVD Converter Professional 5.8.1 Multilingual

Extract and run ADCProPortable.
Output and Snapshot in portable folder, if you want to fix path: edit ADCProPortable.ini.
Settings of installed ADCPro should be preserved.

The KMPlayer 3.9.1.136 Multilingual



Multimedia Player without installation.
Download Portable KMPlayer Online (0.6 MB) 27/05/15
In first screen enter download ID: 66
Extract and run KMPlayerPortable.
If you drag'n drop a file on (or open with) KMPlayerPortable: it will be opened in KMPlayer.
Language set by launcher according Windows localization: Albanian, Arabic, Belarusian, Bosnian, PortugueseBR, Bulgarian, TradChinese, SimpChinese, Czech, Dutch, English, French, German, Hebrew, Hungarian, Italian, Japanese, Korean, Polish, Portuguese, Romanian, Russian, Spanish, Swedish, Thai, Turkish, Ukrainian.
If you don't want, write SystemLang=false in KMPlayerPortable.ini.
Capture in portable folder. If you don't want, write PortableCapture=false in KMPlayerPortable.ini.
Settings of installed KMPlayer should be preserved.

CCleaner Professional 5.06.5219 Plus 32-64 bit Multilingual

PC Optimization and Cleaning without installation.
Download Portable CCleaner Online (0.6 MB) 14/11/14
In first screen enter: 506 or 419
Winapp2 included.

File and Disk Defragmentation without installation.
Download Portable Defraggler Online (0.6 MB) 23/05/14
In first screen enter: 219 for version 2.19.982

Undelete, Unerase, File and Disk Recovery without installation.
Download Portable Recuva Online (0.6 MB) 23/05/14
In first screen enter: 152 for version 1.52.1086

System Information without installation.
Download Portable Speccy Online (0.6 MB) 23/05/14
In first screen enter: 128 for version 1.28.709
Extract and run *Portable.
Language set by launcher according UserDefaultLang (if you don't want: write UserDefaultLang=false in *Portable.ini).

Google Chrome 43.0.2357.81 32-64 bit Multilingual
Google Internet browser without installation.
Download Portable Chrome 32-64 bit MultiVersion Online (0.5 MB) 03/03/15
Check Stable for latest 43.x.x.x
Check Beta for latest 44.x.x.x
Check Dev for latest 45.x.x.x
Check Canary for latest 45.x.x.x

SRWare Iron 42.0.2250.1 is based on the Chromium-source and offers the same features as Chrome but without the critical points that the privacy concern.
Download Portable SRWare Iron 32-64 bit Multiversion Online (0.4 MB)10/02/15
ChromePass Chrome Browser Password Recovery.
Download Portable ChromePass latest Online (0.5 MB) 20/11/13
To see Passwords stored in Chromium or Iron Portable, write Browser=Chromium orBrowser=Iron in ChromePassPortable.ini
ChromeHistoryView Chrome Browser History Viewer.
Download Portable ChromeHistoryView latest Online (0.5 MB) 07/12/14
To see History stored in Chromium or Iron Portable, write Browser=Chromium orBrowser=Iron in ChromeHistoryViewPortable.ini
Extract and run ChromePortable or ChromiumPortable or IronPortable.
If you want to add parameters, start in incognito mode, not set cache in temp, not delete cache or allow multiple instances: edit *Portable.ini.
Example: AdditionalParameters=--app=http://imraan-prrec.blogspot.com
Settings of installed Chrome, Chromium or Iron should be preserved.

Monday 25 May 2015

All JNTU Ebooks for JNTU ECE CSE EEE

UNIX The Complete Reference, Second Edition by Kenneth H. Rosenet al.


Embedded Systems Using Assembly
 


Power Systems by Mehta
 


DATA WARE HOUSING AND MINING
 


EmbeddedSystems-2ed by MuhammadAliMazidi
 


Begginers guide for Network proffesionalist
 


DATA MINING 


Control_Systems_Engineering_BY_NORMN_NISE.djvu.
 


BASIC ELECTRICAL ENGINEERING (BEE)
 


Electricity and Electronics By rajeev
 


Software Project Management 

Wireless Networks and Mobile Computing


Ayala-The 8051 Microcontroller.


Data Mining-Concepts and Techniques


advanced computer architecture


Text: Soil_Physics_1

Soil_Physics_2


Modern.Instrumentation.Methods.andTechniques


Software_Project_Management

Client_Server_Computing
 Mobile_Computing
 http://www.ziddu.com/downloadlink/5378161/ebook.Mobile_Computing_Handbook.0849319714.zip

  Data_Mining_Concepts_and_Technique
 http://www.ziddu.com/downloadlink/5378022/Data_Mining_Concepts_and_Techniques_2ed.rar

Optical_Fibre_Communications
 http://www.ziddu.com/downloadlink/5377794/Optical_Fibre_Communications.pdf

Digital_Image_Processing
http://www.ziddu.com/downloadlink/5376444/Binary_Digital_Image_Processing.rar

Modern.Instrumentation.Methods.andTechniques
 http://www.ziddu.com/downloadlink/5376196/lysis.Modern.Instrumentation.Methods.andTechniques.rar

FundamentalsofDigitalLogicwithVHDLDesign
 http://www.ziddu.com/downloadlink/5261945/FundamentalsofDigitalLogicwithVHDLDesign.pdf

WIRELESSCOMMUNICATION
 http://www.ziddu.com/downloadlink/5249162/WIRELESSCOMMUNICATION-THEODORERAPPAPORTPGD.PDF

Fundamentals_Of_Managerial_Economics-Mcgraw-Hill
http://www.ziddu.com/downloadlink/5248999/Mcgraw-Hill_-_Fundamentals_Of_Managerial_Economics.pdf

The Operational Amplifiers And Analog Integrated Circuit
 http://www.ziddu.com/downloadlink/5248890/thOperationalAmplifiersAnDAnalogIntegratedCircuits.pdf

Antennas_mcgraw-hill_2nd_ed_1988-john_d_kraus
 http://www.ziddu.com/downloadlink/5248739/Antennas_mcgraw-hill_2nd_ed_1988-john_d_kraus.pdf

Digital Design and Synthesis2_Edition.
 http://www.ziddu.com/downloadlink/5248594/gHDLAGuidetoDigitalDesignandSynthesis2_Edition.PGD.rar

 Fundamentals Of ComputerOrganization And Architecture
 http://www.ziddu.com/downloadlink/5248570/FundamentalsOfComputerOrganizationAndArchitecture.rar

 DataMining-Concepts and Techniques
 http://www.ziddu.com/downloadlink/5218571/DataMining-ConceptsandTechniques.zip 

probability
 http://www.ziddu.com/download/1463908/propability.pdf.html

Computer Networks
 http://www.ziddu.com/download/1463871/ComputerNetworks.pdf.html

THE 8051 MICROCONTROLLER-SCOTTMACKENZIE
 http://www.ziddu.com/downloadlink/3818471/THE8051MICROCONTROLLER-SCOTTMACKENZIE.rar 

Embedded systems design with 8051
 http://www.ziddu.com/downloadlink/3818289/Embeddedsystemsdesignwith8051.rar 

  Embedded Systems The 2ndEdition By MuhammadAliMazidi
 http://www.ziddu.com/downloadlink/3818216/EmbeddedSystemsThe2ndEditionByMuhammadAliMazidi.rar 

8051 basedprojects
 http://www.ziddu.com/downloadlink/3818319/8051basedprojects.rar 

Human Computer Interaction
http://www.ziddu.com/download/3025954/HumanComputerInteractionHandbookPGD.pdf.html

 Data Warehousing and Mining
 http://www.ziddu.com/download/3017142/DataWarehousingandMiningPGD.rar.html

 Systems.Design.and.Implementation
http://www.ziddu.com/download/1347898/ystems.Design.and.Implementation.3rd.edbyTanenbaum.rar.html

 ComputerNetworks_Tanenbaum
 http://www.ziddu.com/download/1347768/ComputerNetworks_Tanenbaum_4ed.rar.html

computer organization
 http://www.ziddu.com/download/1389083/computerorganization.pdf.html

  MEFA_Most_Important_Questions
 http://www.ziddu.com/download/1456128/MEFA_Most_Important_Questions.doc.html

Let Us C By Yaswanth Kanithkar
http://www.ziddu.com/download/5458895/Let_Us_C_-_Yashwant_Kanetkar.zip.html

Software_Project_Management_Essentials
http://www.ziddu.com/download/5378214/Essentials_of_Software_Project_Management.rar.html

Data_Communications_and_Networking
http://www.ziddu.com/download/5459073/Data_Communications_and_Networking.rar.html

ComputerSystemArchitecture3rdEd-MorrisMano
http://www.ziddu.com/download/5473948/_Manual-ComputerSystemArchitecture3rdEd-MorrisMano.rar.html

C and Data Structures
http://www.ziddu.com/download/5474045/c.and.data.structures.ebook.rar.html

Microelectronic Circuits 5th Oxford University Press
http://www.ziddu.com/download/5474483/th-MicroelectronicCircuits5thOxfordUniversityPress.rar.html

Digital Logic And ComputerDesign-MorrisMano
http://www.ziddu.com/download/5474193/DigitalLogicAndComputerDesign-MorrisMano.rar.html

ComputerGraphics_C_Version
http://www.ziddu.com/download/5569504/DonaldHearnPrenticeComputerGraphics_C_Version_2Ed.pdf.html

Software_Testing
http://www.ziddu.com/download/5569202/Wiley_Software_Testing.rar.html

Design_Texts_in_Computer_Science
http://www.ziddu.com/download/5568901/on_and_Design_Texts_in_Computer_Science.038795211X.zip.html

M1-1st year

JavaServerPages

http://www.ziddu.com/download/5568612/OReillyJavaServerPages.zip.html

DATA STRUCTURE NOTES
http://www.ziddu.com/download/5568563/DATASTRUCTURESNOTES.rar.html

MM For 1st year
http://www.ziddu.com/download/5568875/MM.rar.html

Diabetes_Principlesand_PracticeSecondEdition
http://www.ziddu.com/download/5583270/ype_2_Diabetes_Principlesand_PracticeSecondEdition.pdf.html

automata theory languages and.computation
http://www.ziddu.com/download/5670291/troductiontoautomatatheorylanguagesand.computation.pdf.html

Principles_Programming_Languages
http://www.ziddu.com/download/5801063/Principles_Programming_Languages.rar.html

MOBILE ADHOC NETWORKING
 
http://www.ziddu.com/download/5965264/MOBILEADHOCNETWORKING-BASAGNICONTIGIORDANOIVAN.rar.html

Micro electronic (Circuits 5th Oxford University Press)
 http://www.ziddu.com/download/5965152/MicroelectronicCircuits5thOxfordUniversityPress.rar.html

  8051 interfacing By Parivallal Kannan
 
http://www.ziddu.com/download/5964956/8051interfacingParivallalKannan.pdf.html

signals and systems
http://www.ziddu.com/download/5964947/signalsandsystems.rar.html

TCP IP Fundamentals
http://www.ziddu.com/download/5952867/TCPIPFundamentals.rar.html
MAD


Mobile Computing


Networksecurity

Digital Signal processing and digital communication


Essential Action script


WirelessNetworksandMobileComputing

DIGITAl LOGIC DESIGN (DLD)


DLD BY MORRIS MANO 


Electrical Devices Amplifier Circuits


VLSI_Circuits_and_Systems


Software Engineering 


HUMAN COMPUTER INTERFACE
  

E-Commerce