Posts

Showing posts from January, 2014

c# delegates

http://tutorials.csharp-online.net/index.php?title=CSharp_Delegates_and_Events http://tutorials.csharp-online.net/index.php?title=Delegate http://en.wikibooks.org/wiki/C_Sharp_Programming/Delegates_and_Events http://www.csharp-station.com/Tutorials/Lesson14.aspx http://msdn.microsoft.com/en-us/library/sx2bwtw7.aspx http://www.c-sharpcorner.com/uploadfile/Ashush/delegates-in-C-Sharp/ http://msdn.microsoft.com/en-us/library/aa288459(v=vs.71).aspx http://www.hanselman.com/blog/

learning normalization today data modeling

http://learn.jquery.com/about-jquery/how-jquery-works/ http://cocoadevcentral.com/d/learn_cocoa/ http://connect.microsoft.com/VisualStudio/feedback/details/350012/visual-studio-for-mac http://forums.appleinsider.com/t/67790/c-on-mac "I swear to construct my tables so that all nonkey columns are dependant on the key the whole key and nothing but the key so help me codd" normalization: referential integrity constraints not null unique key primary keys composite primary keys check constraint
http://en.wikipedia.org/wiki/Coefficient_of_determination http://mathbits.com/MathBits/TISection/Statistics2/correlation.htm https://people.richland.edu/james/lecture/m170/ch11-rsq.html http://www.public.iastate.edu/~alicia/stat328/Regression%20inference-part3.pdf

inflexibility (PROJECT CREEP)

discuss different problems with file based data systems POWERSHELL INSTALLING GIT WITH CHOCOLATEY set-executionpolicy remotesigned most successful companies offer a mix of products tech and financial services, consulting and customer support.a rapidly growing category is dot-com firm which relies on internet based operations. ecommerce includes business to consumer sales and business to business transactions, that use internet based digital markets or private ELECTRONIC DATA INTERCHANGE based on functions and features business info systems are identified as enterprise computing systems transaction processing systems business support systems introduction systems request summary findings case for action project roles time and cost estimates expected benefits

Data dependance

As mentioned previously, the structure of data storage files is often defined within the application code that manipulates the files. In other words, the data and its structure depend on the application program that accesses it. This fact makes the changing the existing structure of the data storage files difficult. Not only musta  program be written to make the changes to the file, but also any other programs that access the files must be changed to reflect the new structure of the data storage files. This anomaly is known as program-data dependance.

incompatibility

the structure of data storage files usually become embedded in the application programs that access them. In many situations, different programming languages may be used to structure the data, with the resulting files dependent on the particular language used to create them. An application programmer might thus be required to write programs that convert the files to some common format so that they can be processed. This is a time- consuming, expensive, and inefficient approach to processing data.

seperation of data

when data is held in disparate files, accessing related data becomes much more difficult. In the simplest of situations, information may be held in two different files that need to be accessed simultaneously, with operations performed and resulting data returned. The application must synchronize the processing of the two files to ensure that the correct information is returned. This situation becomes more complex as the number of files that need to be accessed grows.

repition of data

when data is duplicated in a system' it is much more difficult to maintain the integrity of that data. When the data is changed in one location' it must also be changed everywhere that the data exists. In a decentralized environment, this can be difficult at best. If ultimately unusable. also, because the data exists in several locations, the data must be entered more than once. this is time-consuming and wasteful. And because the data is duplicated, it requires more storage space to maintain it.
http://cancer.jpl.nasa.gov/ http://tropicalcyclone.jpl.nasa.gov/ http://www.jpl.nasa.gov/ entity attributes high level/is a relationships tables fields relationships (one to many, many to many, one to one) conceptual logical physical

adobe reader x

http://shortcutworld.com/en/win/Adobe-Reader_X.html

Ternary

http://dev.mysql.com/tech-resources/articles/why-data-modeling.htm http://www.dotnetperls.com/ternary http://alvinalexander.com/java/edu/pj/pj010018 http://dictionary.reference.com/browse/Ternary http://msdn.microsoft.com/en-us/library/ty67wk28.aspx padis mook

Pre-defined Keyboard Shortcuts & Python the hard way

http://msdn.microsoft.com/en-us/library/da5kh0wa.aspx http://learnpythonthehardway.org/book/
There is more than one way to convert from one base type to another. As part of the .NET Framework class library, in the System namespace, a number of static methods are found in the Convert class. These include Convert.ToDouble( ), Convert.ToDecimal( ), Convert.ToInt32( ), Convert.ToBoolean( ), and Convert.ToChar( ). Used like the Parse( ) method, they convert data from one base type to another base type.
About CIW Certification CIW certifications are specifically designed to bridge the gap between academia and industry. The CIW certification program validates job-role skills competency for entry-level job seekers and seasoned professionals alike. Candidates can earn CIW certificates in various IT job roles, from the foundational CIW Associate certification, continuing to CIW Professional and specialization certifications, and up to advanced-level Master CIW certifications. The CIW v5 Database Design Specialist exam focuses on the planning and design of relational databases. This certification validates knowledge and skills in defining the structure of a database; employing entity-relationship diagrams and normalization to optimize databases; building database client applications; and performing database maintenance and security administration. Visit CIW-certified.com for news and information about CIW certification. http://education2.certification-partners.com/upload/prod...

system38

http://en.wikipedia.org/wiki/IBM_System/38 http://en.wikipedia.org/wiki/AS/400_object http://en.wikipedia.org/wiki/IBM_System_I vocalizing skillsets for web development would look like Java C# C++ JavaScript Php MySQL Sql Server Html and css
https://wiki.debian.org/RPM http://en.wikipedia.org/wiki/List_of_Linux_distributions http://forums.opensuse.org/english/other-forums/community-fun/general-chit-chat/394035-rpm-vs-debian-easier-more-stable.html why do most large entities use rpm vs redhat?

System.Threading.Tasks Namespace

http://msdn.microsoft.com/en-us/library/system.threading.tasks(v=vs.110).aspx using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ConsoleApplication6 { class Program { static void Main( string [] args) {                     Console .WriteLine( "Lets Explore some of the packages we're importing? try to click on : http://msdn.microsoft.com/en-us/library/system.threading.tasks(v=vs.110).aspx" ); Console .ReadKey(); } } }

relational design notes personality tests

http://www.bing.com/search?q=istj&src=IE-TopResult&FORM=IE10TR tuples (rows) attributes (columns) domains(all possible attribute values ..data type, length and meaning.. degrees number of entities that participate in a given relationship unary binary ternary cardinality normalization logical data model entity relationship diagram getting it to one to many physical model - tables data definition language data manipulation language data control language data dictionaries
http://www.free-online-training-courses.com/managing-files-folders/ http://www.free-online-training-courses.com/windows/ http://www.free-online-training-courses.com/networking/ http://www.free-online-training-courses.com/introduction-hardware/

.Net Framework Class Library

Static is used in this context to indicate that a method belongs to the type itself rather than to a specific object of a class. This means that it is not necessary to instantiate an object of the class to use the method member. You will define nonstatic methods in the next chapter.

chebyshevs

http://en.wikipedia.org/wiki/Pafnuty_Chebyshev http://en.wikipedia.org/wiki/Law_of_large_numbers#Weak_law

common type system (CTS)

When placed in memory, value types contain their own copy of data, in binary notation. The data is stored in the actual memory cell that is addressed by the value type’s identifier. In contrast, the contents of reference type memory cells are much different. Reference types contain the address or location in which the sequence of bits is stored. An integer value type, such as 2012, representing the year a car was manufactured, is stored directly in the memory cell. To store a string of characters, such as the kind of vehicle, the memory location would contain the address in which ‘‘Corvette’’ is located. The string data type is a reference type. The memory location associated with the identifier does not contain the characters ‘‘Corvette’’, but instead the address in which ‘‘Corvette’’ is stored. The value types are often called the fundamental data types or primitive data types of the   language. They are the common types needed by most applications...

statistics notes 1/10/14

http://en.wikipedia.org/wiki/Cluster_sampling http://en.wikipedia.org/wiki/Systematic_sampling http://en.wikipedia.org/wiki/Level_of_measurement http://en.wikipedia.org/wiki/Sampling_error http://en.wikipedia.org/wiki/Non-sampling_error

apply your knowledge

http://w3schools.com/sql/sql_injection.asp scsite.com/ac2010/learn