Daily macOS FPC + Lazarus snapshots (Cocoa - 64 bit - Intel and ARM64)
...All I can say is that the compiler found the source good enough to compile. YOU ARE USING COMPLETELY UNTESTED SOFTWARE. Caveat Utilitor!
1. Move lazarus-src to your home directory
2. Open a Terminal
3. Change to lazarus-src and run the command:
xattr -drv com.apple.quarantine *
4. Use a script to start Lazarus like:
#!/bin/sh
open ~/lazarus-src/lazarus.app --args "--pcp=~/.laz_main"
There is also a daily FPC development snapshot for ARM64.
1. Move fpc-src to your home directory
2. ...
A command for dreamweaver to automatically generate getters/setters
This simple script adds a command to dreamweaver to automatically generate getters/setters for attributes in classes (like other IDEs like eclipse and netbeans natively do). It comes very comfortable for PHP developers using ORMs such as doctrine.
(To install copy the .htm and .js files into "C:\Program Files (x86)\Adobe\Adobe Dreamweaver CS5.5\configuration\Commands" directory or whatever your dreamweaver commands directory is)
The ftp4j library implements a Java full-featured FTP client. With ftp4j embedded in your application you can: transfer files (upload and download), browse the FTP site (directorylisting), create, delete, rename and move directories and files.