This file contains hidden or 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
return { | |
"Exafunction/codeium.nvim", | |
dependencies = { | |
"nvim-lua/plenary.nvim", | |
"hrsh7th/nvim-cmp", | |
}, | |
config = function() | |
require("codeium").setup({ | |
}) |
This file contains hidden or 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
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; |
This file contains hidden or 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: $ | |
* $Name: $ | |
* | |
* Author: Pete Goodliffe | |
* | |
* ---------------------------------------------------------------------------- | |
* Copyright 2002 Pete Goodliffe All rights reserved. | |
* | |
* ---------------------------------------------------------------------------- |
This file contains hidden or 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
#pragma once | |
#include <QObject> | |
#include <memory> | |
template <class T> | |
class circular_buffer | |
{ | |
public: | |
explicit circular_buffer(size_t size) |
This file contains hidden or 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
//=================================================================== | |
// File: circular_buffer.cpp | |
// | |
// Desc: A Circular Buffer implementation in C++. | |
// | |
// Copyright © 2019 Edwin Cloud. All rights reserved. | |
// | |
//=================================================================== | |
//------------------------------------------------------------------- |
This file contains hidden or 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
' 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 |
This file contains hidden or 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
||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 |
This file contains hidden or 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
QToolTip | |
{ | |
border: none; | |
outline: none; | |
background-color: #212121; | |
padding: 1px; | |
color: #b1b1b1; | |
border-radius: 3px; | |
opacity: 255; | |
} |
This file contains hidden or 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
______ _ ________ _ _ ______ _______ _ _ _____ | |
| ____/\ | |/ / ____| \ | | ____|__ __| | \ | |/ ____| | |
| |__ / \ | ' /| |__ | \| | |__ | |______| \| | | __ | |
| __/ /\ \ | < | __| | . ` | __| | |______| . ` | | |_ | | |
| | / ____ \| . \| |____| |\ | |____ | | | |\ | |__| | | |
|_|/_/ \_\_|\_\______|_| \_|______| |_| |_| \_|\_____| | |
Version 1.0 | |
_____________________________________________________________ | |
Developed by |
This file contains hidden or 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
#include <Array.au3> | |
#include <File.au3> | |
#include <Misc.au3> | |
_Singleton(@ScriptName) | |
Opt('MustDeclareVars', 1) | |
Global Const $EXTENSIONS_PATH = getDefaultExtensionsPath() | |
startScan() |
NewerOlder