Skip to content

Commit

Permalink
WIP file header changes and deletions
Browse files Browse the repository at this point in the history
  • Loading branch information
sancarn committed Feb 22, 2024
1 parent 4cf0c8d commit 5c018d0
Show file tree
Hide file tree
Showing 19 changed files with 357 additions and 557 deletions.
10 changes: 10 additions & 0 deletions src/WIP/JSONLogic.cls
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
END
Attribute VB_Name = "JSONLogic"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

'This is a test library for JSON Logic.
'JSON Logic is being used as a placeholder for Lambdas at the moment, until a proper lamda syntax is released.
'Lambda syntax will likely be converted to JSONLogic objects where they'll be parsed by this algorithm.
Expand Down
10 changes: 10 additions & 0 deletions src/WIP/Pointers/stdPointer v2.cls
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
END
Attribute VB_Name = "stdPointer"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

'Pre requisites:

'Revolution in pointers:
Expand Down
10 changes: 10 additions & 0 deletions src/WIP/Pointers/stdPointer.cls
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
END
Attribute VB_Name = "stdPointer"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

'Pre requisites:

'Revolution in pointers:
Expand Down
408 changes: 0 additions & 408 deletions src/WIP/ideas/cUniversalDLLCalls.cls

This file was deleted.

12 changes: 11 additions & 1 deletion src/WIP/stdCrypto/stdCrypt.cls
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@

VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
END
Attribute VB_Name = "stdCrypt"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False


'Modified from src: https://www.vbforums.com/showthread.php?883497-Simple-Encryption

Private Type Blob
Expand Down
2 changes: 1 addition & 1 deletion src/WIP/stdDLL/inspiration/cUniversalDLLCalls.cls
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ BEGIN
DataSourceBehavior = 0 'vbNone
MTSTransactionMode = 0 'NotAnMTSObject
END
Attribute VB_Name = "stdDLL"
Attribute VB_Name = "cUniversalDLLCalls"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = True
Attribute VB_PredeclaredId = True
Expand Down
File renamed without changes.
10 changes: 10 additions & 0 deletions src/WIP/stdEnumProvider/FibonacciIteratorExample.cls
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
END
Attribute VB_Name = "FibonacciIteratorExample"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

'Usage:
'
'Dim v as variant
Expand Down
2 changes: 2 additions & 0 deletions src/WIP/stdEnumProvider/STD_Types_IniVariantEnum.bas
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
Attribute VB_Name = "STD_Types_IniVariantEnum"

'
' MEnumerator.bas
'
Expand Down
10 changes: 10 additions & 0 deletions src/WIP/stdGithub.cls
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
END
Attribute VB_Name = "stdGithub"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

'Based on: https://docs.github.com/en/rest
'Core docs: https://docs.github.com/en/free-pro-team@latest/rest/reference/repos#create-or-update-file-contents

Expand Down
143 changes: 0 additions & 143 deletions src/WIP/stdHTTP/SS/stdHTTP.cls

This file was deleted.

1 change: 0 additions & 1 deletion src/WIP/stdHTTP/SS/stdHTTPWebsocket.cls

This file was deleted.

1 change: 1 addition & 0 deletions src/WIP/stdIni.cls
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

Private IniPath As String
Public Data As Object
Public Comments As Object
Expand Down
10 changes: 10 additions & 0 deletions src/WIP/stdMath.cls
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
END
Attribute VB_Name = "stdMath"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

Private Enum InterpolationType
Linear
Logarithmic
Expand Down
2 changes: 1 addition & 1 deletion src/WIP/stdObject/stdObject.cls
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ BEGIN
DataSourceBehavior = 0 'vbNone
MTSTransactionMode = 0 'NotAnMTSObject
END
Attribute VB_Name = "IFauxInterface"
Attribute VB_Name = "stdObject"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = True
Attribute VB_PredeclaredId = False
Expand Down
10 changes: 10 additions & 0 deletions src/WIP/stdOpenCL/stdOpenCL.cls
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
END
Attribute VB_Name = "stdOpenCL"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

Private Const CL_FALSE As Long = 0
Private Const CL_TRUE As Long = 1

Expand Down
11 changes: 10 additions & 1 deletion src/WIP/stdRibbon.cls
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
Attribute VB_Name = "Ribbon"
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
END
Attribute VB_Name = "stdRibbon"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

Option Explicit
#If VBA7 Then
Declare PtrSafe Sub CopyMemory Lib "kernel32" Alias "RtlMoveMemory" (ByVal lpDest As LongPtr, ByVal lpSrc As LongPtr, ByVal cbCopy As Long)
Expand Down
Loading

0 comments on commit 5c018d0

Please sign in to comment.