Search

You can find the results of your search below.

scripting @soft:vrgrid
67 Hits, Last modified:
vrf. <sxh php;> vrf.title </sxh> //string// read/write A string that holds the title of the vrf. <sxh ... sxh php;> vrf.user_can_move </sxh> boolean read/write Flag indicating whether the user is permitted to... php;> vrf.user_can_look </sxh> //boolean// read/write Flag indicating whether the user is permitted to... sxh php;> array[index] </sxh> //any type// read/write The array element at the given index. <sxh php
clinks @tips
4 Hits, Last modified:
lPlus]] - Functional Programming Library for C++. Write concise and readable C++ code. [MIT] * [[https:... olutionary computation library which helps you to write your own stochastic optimization algorithms insan... * [[https://github.com/zorgnax/libtap|libtap]] - Write tests in C. [GPL2] * [[http://www.almostinfinit... edia playback framework based on Qt and FFmpeg to write a player easily. [LGPL] [[http://wang-bin.github.
phplinks @tips
3 Hits, Last modified:
on unit testing library. * [[https://qa.php.net/write-test.php|PHPT]] - A test tool used by PHP itself.... [[https://github.com/box/spout|Spout]] - Read and write spreadsheet files (CSV, XLSX and ODS), in a fast ... p-pandas/|PHP Pandas]] - A book about learning to write PHP by Dayle Rees. * [[https://www.scalingphpbo
freecompilers @tips
2 Hits, Last modified:
and a graphics engine, so that you can use it to write 2D games in BASIC. * [[https://www.basic-conver... anuary 2018 [[http://www.dabeaz.com/compiler.html|Write a compiler course]], under the supervision of Dav
shelllinks @tips
2 Hits, Last modified:
) * [[https://github.com/Miserlou/Loop|loop]] - Write and control complex loops with as one-liners * ... which will learn you how to use the terminal and write your the first Bash script. * [[http://www.kfir
python @soft:ptshell
1 Hits, Last modified:
ith open("example.txt", "w") as file: file.write("Hello, Python 2.7!") with open("example.txt"
howtos @soft:platform
1 Hits, Last modified:
you will get a Javascript shell, in which you can write and test javascript. <sxh bash;> js> function te
nmapcommands @tips
1 Hits, Last modified:
l example loads scripts from a directory. You can write personalized NSE scripts and load them this way.
jquerylinks @tips
1 Hits, Last modified:
ry-style-guide|jQuery guide for teams]] - Tips to write consistent jQuery code, easy to use and understan
webasmlinks @tips
1 Hits, Last modified:
wast syntax that is more convenient for humans to write directly]] <well> Other </well> * [[https:///gi
vrffiles @soft:vrgrid
1 Hits, Last modified:
o read. Please note, however, that in VRF you can write tags either way. <well> General Rules About VRF
htaccesshowto @tips
1 Hits, Last modified:
- log all errors # php_value error_reporting -1 # Write errors to log file # php_flag log_errors On # Do