mondgott's feed
-
6 years agoHow-to mondgott
Arrays In JavaScript | Open Source Projects
Class variables and data types in arrays (array) we have briefly mentioned the topic. Variables created to store more than one data are called arrays. The basic idea of creating arrays is to access multiple data under a single variable.
-
6 years agoLevel Up mondgott
Level 3
mondgott is now level 3 with 3,025 XP.
View Unlocks- Pattern Banner You now have the ability to select a pattern for your profile banner.
- Following The maximum amount of users you can follow has been raised by 20 to a total of 120.
-
6 years agoHow-to mondgott
SIMPLE YSA IMPLEMENTATION WITH PYTHON | Open Source Projects
Thousands of data are recorded every second as a result of digitalizing lives with developing technology. This is a long list of data received from open or closed circuit cameras, log records of a server or data center, voice records of a GSM handset, and a huge pile of data that goes on and on because of data in a social media. With so much data in the digital field, it is almost impossible to analyze them with human power. This is because it is not a job that many people can do, even if they e...
-
6 years agoCurrent Event mondgott
Differences between JVM implementations | Open Source Projects
The Java Virtual Machine
-
6 years agoAchievement mondgott
Helping Hand
Published 2/2 how-to snaps! Congratulations mondgott on this achievement!
+1300 XP -
6 years agoHow-to mondgott
PROGRAMMING LANGUAGES AND FEATURES | Open Source Projects
The programming language is a standardized notation that the programmer uses to express a particular algorithm. A programmer can use different programming languages to write commands. Programming languages allow the programmer to tell the computer exactly what data to process, how to store and forward the data, and under what conditions the data will be processed. So far, more than 2,500 programming languages have been developed.
-
6 years agoLevel Up mondgott
Level 2
mondgott is now level 2 with 1,095 XP.
View Unlocks- Profile Title You now have the ability to enter a profile title.
- Tribe Membership The maximum amount of tribes you can join has been raised by 5 to a total of 80.
-
6 years agoExpression mondgott
Java-A Pioneer of Programming languages | Open Source Projects - Open Source Projects
Java programming language is originated from Sun Microsystems back in 1995. It is one of the widely used programming languages in the world. It is a general-purpose programming language which can be used by any developer to create his own applications. Java is one of the object-oriented programming languages like the earlier languages. In fact, most of the syntax is same as that of C++.
-
6 years agoDownload mondgott
Rapidcheck; QuickCheck clone for C++ | Open Source Projects - Open Source Projects
RapidCheck is a C++ framework for property based testing inspired by QuickCheck and other similar frameworks. In property based testing, you state facts about your code that given certain precondition should always be true. RapidCheck then generates random test data to try and find a case for which the property doesn’t hold. If such a case is found, RapidCheck tries to find the smallest case (for some definition of smallest) for which the property is still false and then displays this as a cou...
-
6 years agoReview mondgott
Samsung Galaxy S8 the best innovative phone in near future | Open Source Projects - Open Source Projects
-
6 years agoHow-to mondgott
Python crawler controller | Open Source Projects - Open Source Projects
Here is my code :