Skip to content

Instantly share code, notes, and snippets.

View StEvUgnIn's full-sized avatar
🎉
Available for intership

Steve Huguenin StEvUgnIn

🎉
Available for intership
View GitHub Profile
@StEvUgnIn
StEvUgnIn / collect_env.dat
Created May 21, 2024 14:38
Import intel_extension_for_pytorch fails on windows11 #473
Collecting environment information...
PyTorch version: 2.1.0.post2+cxx11.abi
Is debug build: False
CUDA used to build PyTorch: Could not collect
ROCM used to build PyTorch: N/A
OS: Microsoft Windows 11 Education
GCC version: Could not collect
Clang version: 15.0.0
CMake version: version 3.26.3
@StEvUgnIn
StEvUgnIn / oop.md
Last active February 5, 2023 01:12
classDiagram

Profile ..|> AccessControl
Library --* Presentation
Presentation ..|> IERC165
Presentation ..|> File
File ..|> Ownable
File ..|> Initializable
DataCap ..|> IDataCap
import "./IDataCap.sol";
import "@zondax/filecoin-solidity/contracts/v0.8/DataCapAPI.sol";
import "openzeppelin-contracts/blob/master/contracts/token/ERC721/ERC721.sol";
contract DataCap is IDataCap, ERC165 {
function name() external returns (string memory) {
return DataCapAPI.name();
}
@StEvUgnIn
StEvUgnIn / technology.md
Last active March 23, 2022 13:02
Technological comparison of no-code tools for minting NFTs

Technology comparison

No-code tools for minting NFTs

Technology ERC721 ERC1155 ERC2981 Ownable [1] On-chain Auction
Opensea.io / Wyvern Protocol [2][3][4] Yes ✅ Yes ✅ No ❌ Yes ✅ No ❌
LooksRare [5][6] Yes ✅ Yes ✅ Yes ✅ Yes ✅ (wrapper) Dutch Auction (wrapper)
Rarible [7] Yes ✅ Yes ✅ Yes ✅ Yes ✅ English Auction (2022 Q1)
Zora Protocol [8] Yes ✅ No ❌ Yes ✅ Yes ✅
@StEvUgnIn
StEvUgnIn / dcgan.ipynb
Created February 26, 2022 11:54
dcgan.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@StEvUgnIn
StEvUgnIn / Math.sincos
Created February 11, 2021 20:40
AssemblyScript does not seem to support sincos for Math[f] anymore
> Executing task: yarn run test <
yarn run v1.22.10
$ asp
___ _____ __
/ | / ___/ ____ ___ _____/ /_
/ /| | \__ \______/ __ \/ _ \/ ___/ __/
/ ___ |___/ /_____/ /_/ / __/ /__/ /_
/_/ |_/____/ / .___/\___/\___/\__/
/_/
@StEvUgnIn
StEvUgnIn / index.html
Last active October 2, 2021 11:37
Dart and HTML5 game : Snake
<div id='wrapper'>
<canvas id='canvas' width="450" height="450"></canvas>
</div>
@StEvUgnIn
StEvUgnIn / ErrorToInstallMono
Created July 22, 2014 20:38
mono-mutex.c error - cannot finish compilation
iMac-de-Steve-Huguenin-Elie:~ Steve$ brew update
Updated Homebrew from b79beee1 to 2206bdc1.
==> Updated Formulae
daq snort
iMac-de-Steve-Huguenin-Elie:~ Steve$ brew doctor
Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry and just ignore them. Thanks!
Warning: Setting DYLD_* vars can break dynamic linking.