NoSociety.de

#nosoc

  • Page Tools
    Show pageOld revisionsBacklinks
  • Site Tools
    Recent ChangesMedia ManagerSitemap
  • User Tools
    Log In

Search

You can find the results of your search below.

Contains
  • Exact match
  • Starts with
  • Ends with
  • Contains
@archiv:coding:delphi
  • Any namespace
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Fulltext results:

Delphi Snippets
18 Hits, Last modified: 14 years ago
Integer(Title)); end; end; </code> ===== Dateinamen mit Zufallszahlen ===== <code delphi> function CheckCoverName(CoverName:string):string; var i: integer; begin //SysDir := ExtractFilePath(ParamStr(0)); if FileExists(SDir+'cover\'+CoverName) then begin i := splitscount(CoverName,'.')
Delphi Projects
10 Hits, Last modified: 15 years ago
Windows; var FD, MircVersion, NNVersion, Codename, ModVersion: string; begin { TODO -oUser -cCons... rcVersion := '7.10'; NNVersion := '4.22'; Codename := 'PsyCores Mod V3'; ModVersion := 'mIRC G... pt '+NNVersion+' "'+ModVersion+'"'); WriteLn('Codename: '+Codename); WriteLn('booting up...'); //set home directory FD := ExtractFilePath(ParamStr(0))+'bin';
Selbstsignierte Zertifikate für Applikationen erstellen
2 Hits, Last modified: 12 years ago
tificate Store" /n "freibeuter.us Software" {DATEINAME} </code> ===== Signatur verifizieren ===== <code bash> signtool.exe verify /pa /v {DATEINAME} </code> ---- Quelle: [[http://www.delphiprax
Delphi Codebase
1 Hits, Last modified: 14 years ago
pets#Balloon Tipps anzeigen]] * [[snippets#Dateinamen mit Zufallszahlen]] * [[snippets#SQLite Wrappe