Skip to content

Instantly share code, notes, and snippets.

@DolphinOfficial
DolphinOfficial / PostShutdownFullLog.txt
Created January 19, 2025 03:31
Text file created by Roblox
-- AH POST-SERVER LOGS --
-- ServerID: f6f866f4-7041-474a-9c90-f58b879161c4
-- Server started: January 19, 2025 03:04 AM UTC | Server uptime: 1632 seconds
------------------ LOADB LOGS ------------------
{
}
const std = @import("std");
// Although this function looks imperative, note that its job is to
// declaratively construct a build graph that will be executed by an external
// runner.
pub fn build(b: *std.Build) void {
// Standard target options allows the person running `zig build` to choose
// what target to build for. Here we do not override the defaults, which
// means any target is allowed, and the default is native. Other options
// for restricting supported target set are available.
@thinkphp
thinkphp / Exercitiul7punctulc).asm
Created January 19, 2025 03:29
Exercitiul 7 punctul c) Pipeline IF ID LD EX WB
Folosind timpul pipiline de 130 ps determinat anterior.
Instrucțiunile sunt:
- ADD R3, R2, R1 (R3 ← R2 + R1)
- SUB R4, R1, R3 (R4 ← R1 - R3)
Identificarea dependenței:
Avem o dependență de tip RAW (Read After Write) deoarece:
- Prima instrucțiune (ADD) scrie în R3
- A doua instructiune (SUB) citește R3
@m4chi
m4chi / network-1e185694-905.gexf
Created January 19, 2025 03:28
File sent from Gephi
<?xml version='1.0' encoding='UTF-8'?>
<gexf xmlns="http://gexf.net/1.3" version="1.3" xmlns:viz="http://gexf.net/1.3/viz" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://gexf.net/1.3 http://gexf.net/1.3/gexf.xsd">
<meta lastmodifieddate="2025-01-19">
<creator>Gephi 0.10.1</creator>
<title></title>
<description></description>
</meta>
<graph defaultedgetype="undirected" mode="static">
<attributes class="node" mode="static">
<attribute id="lang" title="lang" type="string"/>
@zeroidentidad
zeroidentidad / Preferences.sublime-settings
Created January 19, 2025 03:27
Sublime Text config optimizations
{
"color_scheme": "Adaptify Dark.sublime-color-scheme",
"ignored_packages": ["Vintage"],
"theme": "Adaptive.sublime-theme",
"font_size": 13,
"font_face": "JetBrains Mono",
"index_files": false,
"word_wrap": true,
"highlight_line": false,
"line_padding_bottom": 0,
@calebccff
calebccff / parse-pkg.sh
Created January 19, 2025 03:27
APKBUILD to JSON parser
#!/bin/busybox sh
# parse-pkg.sh: APKBUILD -> JSON parser
# This parses APKBUILD files to determine info
# ahead of time about the package that WOULD be
# built if abuild were invoked.
#
# Since APKBUILD files are literally shell scripts
# they can be fully dynamic, producing different
# output depending on the input.
@VoTranThi
VoTranThi / setup.bat
Created January 19, 2025 03:27
Script .bat thiết đặt tự động SQL Server 2008 và Crystall reports redistribute
@ECHO off
cls
echo Please Wait when Installing SQL Server 2008
SQLEXPR_x86_ENU.exe /QS /ACTION=Install /FEATURES=SQL,SDK /INSTANCENAME=SQLExpress /SQLSVCACCOUNT="NT AUTHORITY\Network Service" /SQLSYSADMINACCOUNTS="Users" /AGTSVCACCOUNT="NT AUTHORITY\Network Service" /Hideconsole
cls
echo Please Wait when Installing SQLServer2005_BC
msiexec /I SQLServer2005_BC_64x.msi /qn ALLUSERS=1 ADDLOCAL=SQL_DMO
cls
@DolphinOfficial
DolphinOfficial / PostShutdownFullLog.txt
Created January 19, 2025 03:26
Text file created by Roblox
-- AH POST-SERVER LOGS --
-- ServerID: dcea3f1b-adc1-4162-a9d9-bf55ebb7f7d5
-- Server started: January 19, 2025 01:33 AM UTC | Server uptime: 5859 seconds
------------------ LOADB LOGS ------------------
{
}
@DolphinOfficial
DolphinOfficial / PostShutdownFullLog.txt
Created January 19, 2025 03:25
Text file created by Roblox
-- AH POST-SERVER LOGS --
-- ServerID: 47b1d5bf-4440-495d-8229-7106003ecc35
-- Server started: January 19, 2025 03:22 AM UTC | Server uptime: 201 seconds
------------------ LOADB LOGS ------------------
{
}
@fede-rodes
fede-rodes / sponsor.js
Created January 19, 2025 03:24 — forked from laalaguer/sponsor.js
sponsor using Express framework
const express = require('express')
const cry = require('thor-devkit/dist/cry')
const Transaction = require('thor-devkit/dist/transaction').Transaction
const app = express()
app.use(express.json())
const port = 3000
app.post('/', function(req, res) {