Skip to content

Instantly share code, notes, and snippets.

View levisre's full-sized avatar
💭
I may be slow to respond.

Levis Nickaster levisre

💭
I may be slow to respond.
View GitHub Profile
@levisre
levisre / codeium.lua
Last active January 29, 2024 03:04
my lazyvim config
return {
"Exafunction/codeium.nvim",
dependencies = {
"nvim-lua/plenary.nvim",
"hrsh7th/nvim-cmp",
},
config = function()
require("codeium").setup({
})
@levisre
levisre / TinySharp.cs
Created August 5, 2023 23:32 — forked from Washi1337/TinySharp.cs
A program to emit a tiny .NET binary program printing Hello World to the standard output. Blog post: https://blog.washi.dev/posts/tinysharp/
using System.Text;
using AsmResolver;
using AsmResolver.DotNet;
using AsmResolver.DotNet.Builder.Metadata.Blob;
using AsmResolver.DotNet.Builder.Metadata.Strings;
using AsmResolver.DotNet.Code.Cil;
using AsmResolver.DotNet.Signatures;
using AsmResolver.IO;
using AsmResolver.PE;
using AsmResolver.PE.DotNet.Builder;
@levisre
levisre / circular.cpp
Created January 2, 2022 14:36 — forked from xueliu/circular.cpp
STL风格的ring buffer实现
/******************************************************************************
* $Id: $
* $Name: $
*
* Author: Pete Goodliffe
*
* ----------------------------------------------------------------------------
* Copyright 2002 Pete Goodliffe All rights reserved.
*
* ----------------------------------------------------------------------------
@levisre
levisre / circular_buffer.h
Created January 2, 2022 14:32 — forked from Elnee/circular_buffer.h
C++ circural buffer
#pragma once
#include <QObject>
#include <memory>
template <class T>
class circular_buffer
{
public:
explicit circular_buffer(size_t size)
@levisre
levisre / circular_buffer.cpp
Created January 2, 2022 14:30 — forked from edwintcloud/circular_buffer.cpp
Circular Buffer in C++
//===================================================================
// File: circular_buffer.cpp
//
// Desc: A Circular Buffer implementation in C++.
//
// Copyright © 2019 Edwin Cloud. All rights reserved.
//
//===================================================================
//-------------------------------------------------------------------
' 4 t3h F4cK'3n w0w 5h17
Option Explicit
Const TypeBinary = 1
Const ForReading = 1, ForWriting = 2, ForAppending = 8
main
Sub main
Dim strMode, strInput, strOutput
||zone.uniad.vn/$image
||delivery.vungtv.com$image
||cdn.adtrue.com$image
||vn-platform.bidgear.com$image
||cdn.innity.net$image
||sb.scorecardresearch.com$image
||b.scorecardresearch.com$image
www.phimmoi.net###uniad-zone-12 > .uniad-link
www.phimmoi.net###uniad-zone-1 > .uniad-link
www.phimmoi.net###uniad-zone-1
@levisre
levisre / style.css
Created March 15, 2018 16:22
Darken Red Stylesheet for x64dbg
QToolTip
{
border: none;
outline: none;
background-color: #212121;
padding: 1px;
color: #b1b1b1;
border-radius: 3px;
opacity: 255;
}
@levisre
levisre / fucking_wp_fakenet_log.log
Last active December 16, 2018 18:10
Tiny sinkhole config for Fakenet=NG
______ _ ________ _ _ ______ _______ _ _ _____
| ____/\ | |/ / ____| \ | | ____|__ __| | \ | |/ ____|
| |__ / \ | ' /| |__ | \| | |__ | |______| \| | | __
| __/ /\ \ | < | __| | . ` | __| | |______| . ` | | |_ |
| | / ____ \| . \| |____| |\ | |____ | | | |\ | |__| |
|_|/_/ \_\_|\_\______|_| \_|______| |_| |_| \_|\_____|
Version 1.0
_____________________________________________________________
Developed by
#include <Array.au3>
#include <File.au3>
#include <Misc.au3>
_Singleton(@ScriptName)
Opt('MustDeclareVars', 1)
Global Const $EXTENSIONS_PATH = getDefaultExtensionsPath()
startScan()