Tutorial by Topics: v

Video playback is front and center in a large range of modern solutions, with the software and standards evolving rapidly. To understand this field, you must first understand the multiple aspects involved in working with video: Raw color information captured from the physical world is commonly ...
This section provides an overview of what octave is, and why a developer might want to use it. It should also mention any large subjects within octave, and link out to the related topics. Since the Documentation for octave is new, you may need to create initial versions of those related topics. ...
Visual-Studio-2015 is an IDE developed by Microsoft. It has a user-friendly interface and it is easy to work with, it also support Git repository for managing projects and Xamarin Studio(Mono Develop) to develop android soft wares. It mostly supports C# , VB(Visual Basics) , F# and C++ programmi...
This section provides an overview of what video-streaming is, and why a developer might want to use it. It should also mention any large subjects within video-streaming, and link out to the related topics. Since the Documentation for video-streaming is new, you may need to create initial version...
Digital Image Processing and Computer Vision is an interesting field since it is beautifully located between in Mathematics and Computer Science. Therefore, it is very helpful to understand the fundamentals and apply them using programming to understand the topic. Digital images are discretizatio...
Aspect ratios are often expressed as a width:height ratio which is often - but not always - simplified and sometimes also as a simple floating point integer. All of the following aspect ratios are the same value expressed in different ways: 1280:720 16:9 1.7777777777777777777777777777778 ...
The CoordinatorLayout is a super-powered FrameLayout and goal of this ViewGroup is to coordinate the views that are inside it. The main appeal of the CoordinatorLayout is its ability to coordinate the animations and transitions of the views within the XML file itself. CoordinatorLayout is intended...
When something happens inside Bukkit, an Event is called so every plugin can decide what to do whenever something happens. An Event is called when a player tries to play a block, when an entity despawn, when someone logs in... Plugins can listen to specific events and deal with it in many different...
The function parse convert text and files into expressions. The function eval evaluate expressions.
Activiti is an Open-Source enterprise Business Process Management (BPM) solution targeted at business people and developers. At its core is a high performance business process engine with the flexibility and scalability to handle a wide variety of critical processes. The modern BPM solution also p...
Active record is an architectural pattern of modeling database objects. In this pattern classes match very closely the structure of underlying database.
In the first versions of iText, there was only one font class: Font. With this font, you could create a Font object for fourteen fonts from five font families: Helvetica (regular, bold, oblique, bold-oblique), Times Roman (regular, bold, italic, bold-italic), Courier (regular, bold, oblique, bold...
new EventSource("api/stream"); eventSource.onmessage=function(event){} eventSource.onerror=function(event){}; eventSource.addEventListener=function(name, callback, options){}; eventSource.readyState; eventSource.url; eventSource.close();
Creating a document in which you have to switch between styles frequently tends to be tedious in iText 5. You need to create a lot of Chunk objects and you always have to make a trade-off between applying the styles directly to every new Chunk or creating a helper method that creates the Chunk for...
The iText 5 class names PdfPTable and PdfPCell were chosen because we already had classes named Table and Cell to create table and cell objects at the highest programming level. There was also a class named PdfTable to be used by iText internally. Those classes had a lot of flaws and they were dep...
The code to convert a plain text file to a PDF document is pretty simple whether you use iText 5 or iText 7. In iText 7, you have the advantage that you can define the alignment at the level of the document. In iText 5, you have to set the alignment for every separate Paragraph object. To underst...

Page 36 of 77