All Projects → delphidabbler → delphi-tips

delphidabbler / delphi-tips

Licence: other
A bunch of Delphi language tips migrated from the DelphiDabbler.com website, plus others.

Projects that are alternatives of or similar to delphi-tips

android-development-best-practices
With best practices under your fingertips, you will not lose precious time on reinventing the wheel. Instead, you can focus on writing quality code and getting the job done.
Stars: ✭ 111 (+282.76%)
Mutual labels:  tips, tips-and-tricks, tips-tricks
Tips
Most commonly used git tips and tricks.
Stars: ✭ 20,044 (+69017.24%)
Mutual labels:  tips, tips-and-tricks
Pharo Wiki
Wiki related to the Pharo programming language and environment.
Stars: ✭ 161 (+455.17%)
Mutual labels:  tips, tips-and-tricks
Android Daily Tips
Daily tips from Android World
Stars: ✭ 492 (+1596.55%)
Mutual labels:  tips, tips-and-tricks
iOS-Daily-Tips
Daily Tips From iOS World 🔥
Stars: ✭ 42 (+44.83%)
Mutual labels:  tips, tips-tricks
Css Protips
A collection of tips to help take your CSS skills pro
Stars: ✭ 20,279 (+69827.59%)
Mutual labels:  tips, tips-and-tricks
Jquery Tips Everyone Should Know
A collection of tips to help up your jQuery game
Stars: ✭ 4,178 (+14306.9%)
Mutual labels:  tips, tips-and-tricks
Dica Python Linkedin
⚡ Este repositório é direcionado para dicas com a linguagem python, que estão sendo postadas em meu linkedin.
Stars: ✭ 54 (+86.21%)
Mutual labels:  tips, tips-and-tricks
Html File Upload
Useful HTML file upload tips for web developers
Stars: ✭ 83 (+186.21%)
Mutual labels:  tips, tips-and-tricks
Swift Daily Tips
Daily Tips from Swift World
Stars: ✭ 1,351 (+4558.62%)
Mutual labels:  tips, tips-and-tricks
Preguntas Y Respuestas Entrevistas Frontend
Un listado de preguntas y respuestas que hemos y nos han preguntado en entrevistas para Ingenieros y Desarrolladores de Front End (Para facilitar las entrevistas y el estudio)
Stars: ✭ 207 (+613.79%)
Mutual labels:  tips, tips-and-tricks
Android Daily Tips
Daily tips from Android World
Stars: ✭ 266 (+817.24%)
Mutual labels:  tips, tips-and-tricks
goodmodule
JavaScript tips (ES6, CSS, Benchmarks, React, Redux, ...)
Stars: ✭ 31 (+6.9%)
Mutual labels:  tips, tips-and-tricks
Flutterdarttips
Useful Flutter and Dart Tips.
Stars: ✭ 321 (+1006.9%)
Mutual labels:  tips, tips-and-tricks
git-tips
33 条常用 git 命令详解
Stars: ✭ 115 (+296.55%)
Mutual labels:  tips, tips-and-tricks
Free r tips
Free R-Tips is a FREE Newsletter provided by Business Science. It comes with bite-sized code tutorials every Tuesday.
Stars: ✭ 381 (+1213.79%)
Mutual labels:  tips, tips-and-tricks
Guides
Here you will find Guides mainly for Sonarr/Radarr/Bazarr and everything related to it.
Stars: ✭ 207 (+613.79%)
Mutual labels:  tips, tips-and-tricks
awesome-search-engine-optimization
A curated list of backlink, social signal opportunities, and link building strategies and tactics to help improve search engine results and ranking.
Stars: ✭ 82 (+182.76%)
Mutual labels:  tips, tips-and-tricks
xcode-tips.github.io
Community-run website for documenting Xcode Tips
Stars: ✭ 513 (+1668.97%)
Mutual labels:  tips, tips-and-tricks
Gradle Tips
Gradle tips for all of us
Stars: ✭ 588 (+1927.59%)
Mutual labels:  tips, tips-and-tricks

Delphi Tips

This project contains a bunch of Delphi language tips.

Some of the tips are published online at tips.delphidabbler.com.

Health Warning! All the tips are very old now. Very few have been tested, and those that have were tested quite some time back on an old version of Delphi. Consider yourself warned!

The project has the following folders:

db

Contains a single SQL file - tips-v2.sql - that provides meta data about the tips. The file can be used to create a database.

Such a database would need to be used in conjunction with the files in the docs/_tips folder, and some suitable CSS and HTML templates, to generate complete web pages for each tip.

demos

Contains Delphi Pascal demo projects associated with some of the tips in the docs/_tips directory.

Each demo has its own sub-directory whose name is the number of the associated tip. Where there is more than one demo for a single tip there are further sub-directories for each demo.

Note: .html files in docs/_tips link to this directory. Should the directory, or any of its sub-directories, be renamed or moved then links in the affected .html files must be updated accordingly.

docs

This folder contains the source code of the Delphi Tips website.

The site is developed and deployed using Jekyll. Builds are published via GitHub Pages.

Warning: The CNAME file in this directory should not be changed or removed: it ensure the micro-site is served as the tips sub-domain of delphidabbler.com.

extra

There are two open document format files in this directory.

  • One contains a large number of tips downloaded from the former Delphi Pool website.
  • The second contains tips collected online by "topellina".

There may be some duplication of tips between the PDF files. Further, some tips that appear in the docs/_tips directory may have been sourced, and later deleted, from these files.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].