Skip to content

Instantly share code, notes, and snippets.

View ApexExpress's full-sized avatar
:atom:
send mail for update

CJ ApexExpress

:atom:
send mail for update
View GitHub Profile
@ApexExpress
ApexExpress / mathematical-matrix
Last active October 8, 2023 00:59
mathematrix -- symbolic tokens 100
```
import re
# Your list of strings
strings = [
'! @ # $ % ^ & * ( !) ',
'!!',
'!@',
'!#',
'!$',
@ApexExpress
ApexExpress / complex_algorithm.ext
Created July 10, 2023 10:30
complex_algorithm()
#!/bin/bash
# Define your complex algorithm
complex_algorithm() {
# Add your algorithm steps here
# Example: Calculate factorial of a number
calculate_factorial() {
local n=$1
local factorial=1
@ApexExpress
ApexExpress / logic_table.plx
Last active September 13, 2023 11:37
index about information
qw('read only')
write.plx
!#@$rustc/perlx
import system
require block
use english
@ApexExpress
ApexExpress / Map.plx
Created September 2, 2023 03:25
Map of characters I use for reference in programming DIYer you know!
use readonly;
BEGIN:
`~` = 'route, stream'
`!` = 'status, point'
`@` = 'id, stat'
`#` = 'comment, accessor'
`$` = 'scalar, variable'
`%` = 'modulus percentage'
@ApexExpress
ApexExpress / socket.py
Created September 2, 2023 04:39
asyncio websockets gist
#!/usr/bin/env python
import asyncio
import websockets
async def echo(websocket):
async for message in websocket:
await websocket.send(message)
async def main():
@ApexExpress
ApexExpress / rythem_of_the_night.plx
Last active September 17, 2023 05:02
Just a script dump
#!/perl
# Module Interface Settings
import system; # system import system
use strict; # strict compiler settings
use warnings; # warnings for compiler settings
qw('Read model') # Quit Write Read Model Only
BEGIN: @COPY( system.caller ) # system.caller.props @COPY()
# space time given volume
for while: DO COMMAND seek: next COPY # DO COMMAND seeek: next( COPY )
@ApexExpress
ApexExpress / funtime.m
Last active September 13, 2023 11:33
have a great time callback
import->goto.next( command/service( connect ) ) && goto: TEST.command;
use english::pkg;
for while: TEST.command goto: eval file && (goto.next( command/service( connect )));
$$ caller.verification if verification.caller($$) || send.err( function.alert.pop );
BEGIN: @COPY( DATA via cody_copy );
COMMAND[ console -> runtime.ext ] %hash.point goto: point.hash %% verification.hash;
@ApexExpress
ApexExpress / ZPM.pl
Last active October 3, 2023 09:00
Zero Point Module
use strict;
use warnings;
sub zero_point_module {
my ($num) = @_;
# Check if the number is zero
if ($num == 0) {
return 0;
}
@ApexExpress
ApexExpress / test.py
Created September 20, 2023 03:58
The doctest module searches for pieces of text that look like interactive Python sessions, and then executes those sessions to verify that they work exactly as shown
"""
This is the "example" module.
The example module supplies one function, factorial(). For example,
>>> factorial(5)
120
"""
def factorial(n):
@ApexExpress
ApexExpress / example.py
Created October 10, 2023 01:04
Basic Example Advance ChatGPT
import statemenets from system lang matrix
module imports from libs src code
BEGIN: TEST
body of progress
check test sub command { ... }
abc( function fx )
result[DATA META]
print " Hello World"
print ' goto route/file.ext'
result[META DATA]