Utilitaires
Scripts
Divers
Jeux
Rechercher
Quillevere.net
Computer paradigms

Scripts and tips

Using multi-threading on Talend

Talend

Threads are a way of distributing the processing load over several calculation units. Talend offers the possibility of launching multi-threaded sub-jobs, in order to parallelize the executions. Here is a proposal...

Embed and adjust subtitles in a MKV file

MKV

A technique for adding a subtitle file (SRT) to an MKV file and adjusting the subtitles to spoken text.

Start a program on a remote Windows computer

Windows

WMI (Windows Management Instrumentation) is a Microsoft system for managing Windows remotely. It is present on almost all Windows since Windows Me (2000). Here is the command to launch a program on a remote...

Tips on Talend

Talend

Some techniques and code snippets that can help on Talend projects.

Fix error "Could not find or load main class" on Talend

Talend

On Talend, if you have the following error when starting a job "Could not find or load main class", you can try the following workaround to unblock the problem : Open the .log file in workspace\metadata de Talend...

Obtain SQL Server port

SQL Server

To obtain the TCP / IP port of a SQL Server database, several solutions are possible. Via a request on the server. Using the following query: SELECT DISTINCT local_tcp_port FROM sys.dm_exec_connections WHERE...

WGET and CURL on Windows

Various tools

wget and curl are two programs present mainly on Linux focusing on downloading files from the command line. They have been adapted under Windows and offer the same commands as their equivalents under Linux.

Use accents in a batch file

Scripts Batch / VBS

If in a Batch file you have variables that contain accents, the system will not display them due to encoding. Using UTF-8 or ANSI will not solve the problem. So: set myFolder="c:\Pêche" Will display : To solve this...

Delete a file with a long filename

Windows

If you have a problem deleting a file or a group of files, you may get the following message: "The source file name(s) are larger than is supported by the file system", like in the capture below: Solution 1. Here is...

Avoid too large MySQL logs

MySQL

You can quickly have your hard drive flooded with files mysql-bin.xxxxxx (mysql-bin.000001...). These files are MySQL logs which trace all the modifications to the database.It is best to disable them by modifying...

← Previous pagePage 3/3

Search in this website

fr en rss RSS info Informations