Tutorial by Topics: k

Turbolinks is a javascript library that makes navigating your web application faster. When you follow a link, Turbolinks automatically fetches the page, swaps in its <body>, and merges its <head>, all without incurring the cost of a full page load. As a rails developer, you will li...
In this topic you will learn how to extend the Related Entity Description field with a custom entity for Tasks, Events and Activities.
In this topic I will overview spring boot package scanning. You can find some basic information in spring boot docs in the following link (using-boot-structuring-your-code) but I will try to provide more detailed information. Spring boot, and spring in general, provide a feature to automatically s...
It's worth noting that on declaring a reference type, its initial value will be null. This is because it does not yet point to a location in memory, and is a perfectly valid state. However, with the exception of nullable types, value types must typically always have a value.
Backing up a remote Redis instance can be achieved with replication. This is useful if you want to take a snapshot of a dataset prior to upgrading, deleting or changing a Redis database.
This section provides an overview of what blackberry is, and why a developer might want to use it. It should also mention any large subjects within blackberry, and link out to the related topics. Since the Documentation for blackberry is new, you may need to create initial versions of those rel...
Android application package (APK) is the package file format used by the Android OS for distribution and installation of mobile apps and middleware. You can download APKs from Google Play Store, Amazon App Store, or other third party markets or websites. APKs can be sideloaded (depending on appli...
This section provides an overview of what rmarkdown is, and why a developer might want to use it. It should also mention any large subjects within rmarkdown, and link out to the related topics. Since the Documentation for rmarkdown is new, you may need to create initial versions of those relate...
This topic discusses how to map one-to-one type relationships using Entity Framework.
The topic discusses how you can map one-to-many and many-to-many relationships using Entity Framework Code First.
ScalaCheck is a library written in Scala and used for automated property-based testing of Scala or Java programs. ScalaCheck was originally inspired by the Haskell library QuickCheck, but has also ventured into its own. ScalaCheck has no external dependencies other than the Scala runtime, and works...
Yarn is a package manager for Node.js, similar to npm. While sharing a lot of common ground, there are some key differences between Yarn and npm.
in this project you see how to work with SHA1 cryptographic hash function. for example get hash from string and how to crack SHA1 hash. source on git hub: https://github.com/mahdiabasi/SHA1Tool
in this project you see how to work with SHA1 cryptographic hash function. for example get hash from string and how to crack SHA1 hash. source compelete on github: https://github.com/mahdiabasi/SHA1Tool
This section provides an overview of what network-programming is, and why a developer might want to use it. It should also mention any large subjects within network-programming, and link out to the related topics. Since the Documentation for network-programming is new, you may need to create in...
(tested on Flink 1.2 and below) Every function, source or operator in Flink can be stateful. Checkpoints allow Flink to recover state and positions in the streams to give the application the same semantics as a failure-free execution. It is the mecanism behind the guarantees of fault tolerance and...
Savepoints are "fat", externally stored checkpoints that allow us to resume a stateful flink program after a permanent failure, a cancelation or a code update. Before Flink 1.2 and the introduction of externalized checkpoints, savepoints needed to be triggered explicitly.
What should go here, as opposed to webdev.dartlang.org/angular? Eventually this page will have guidelines on what goes where. (Is there a better place for this?) Please comment on https://github.com/dart-lang/site-webdev/issues/471. Background: There are plenty of docs at (aka angulardart.org),...
If you edit a new file: vim these/directories/dont/exist/newfile, you won't be able to save the file as the directory vim is trying to save into does not exist.

Page 41 of 49