This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
REBOL [ | |
Title: "Scheduler" | |
File: %scheduler.r | |
Purpose: "Dialected task scheduling library" | |
Author: ["SOFTINNOV / Nenad Rakocevic" "Pointillistic / Gregg Irwin"] | |
Copyright: ["2009 SOFTINNOV" "2013 SOFTINNOV/POINTILLISTIC"] | |
Email: [[email protected] [email protected]] | |
Date: 28-Oct-2013 | |
Version: 0.9.5 | |
License: "BSD - see %LICENCE.txt file" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; Red []; | |
Rebol [ | |
title: "ListTest" | |
] | |
main-list: [ | |
"https://red-lang.org" | |
"http://www.slashdot.org" | |
"https://gitlab.com/hiiamboris/red-mezz-warehouse/-/tree/master" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Red [ | |
Name: "Power Selector" | |
Purpose: "Demostrate the working scenario of relative paths" | |
Notes: { | |
Idea: Giuseppe Chillemi | |
Path operator: Toomas Vooglaid | |
} | |
] | |
;---- Create the new "///" operator |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PICK-METADATA [ | |
SQLGetInfo(41) 0 | |
-------------------------------------------------------------------------------- | |
--------------------------------------------------- | |
00359CB0: 2e | |
. | |
-------------------------------------------------------------------------------- | |
--------------------------------------------------- | |
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
] | |
info: 120 batch-row-count | |
PICK-METADATA [ | |
SQLGetInfo(120) 0 | |
] | |
info: 121 batch-support | |
PICK-METADATA [ | |
SQLGetInfo(121) 0 | |
] | |
info: 127 create-assertion |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
] | |
info: 129 create-collation | |
PICK-METADATA [ | |
SQLGetInfo(129) 0 | |
] | |
info: 130 create-domain | |
PICK-METADATA [ | |
SQLGetInfo(130) 0 | |
] | |
info: 131 create-schema |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
id-do-tes "Id_DoTes" 4 10 0 0 handle! 4 handle! | |
cd-do "Cd_Do" 1 3 0 0 handle! 8 handle! | |
tipo-documento "TipoDocumento" 1 1 0 0 handle! 4 handle! | |
do-bit-mask "DoBitMask" 4 10 0 0 handle! 4 handle! | |
cd-cf "Cd_CF" 1 7 0 0 handle! 16 handle! | |
cd-cf-fatt "Cd_CF_Fatt" 1 7 0 1 handle! 16 handle! | |
cd-cf-fatt-r "Cd_CF_Fatt_R" 1 7 0 0 handle! 16 handle! | |
cli-for "CliFor" 1 1 0 0 handle! 4 handle! | |
cd-aliquota-e "Cd_Aliquota_E" 1 3 0 1 handle! 8 handle! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
///////// CODE: | |
cn: switch 'b-ok con | |
st: open cn | |
st/state/window: 1 | |
st/state/cursor: 'static | |
columns: insert st "select top 1 * from cf where attributi is not null " |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//////////////////// Without debug /////////////////// | |
>> do %odbc-test.red | |
[attributi] | |
-------------------------------------------------------------------------------- | |
--------------------------------------------------- | |
0375A1E8: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
////////////////////////////////// | |
SQLGetInfo(142) 0 | |
] | |
info: 143 drop-view | |
PICK-METADATA [ | |
SQLGetInfo(143) 0 | |
] | |
info: 144 dynamic-cursor-attributes1 | |
PICK-METADATA [ |
OlderNewer