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
Homebrew build logs for onnxruntime on macOS 15 | |
Build date: 2025-06-09 12:06:48 |
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
Homebrew build logs for onnxruntime on macOS 15 | |
Build date: 2025-06-09 11:52:47 |
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
// build/electron-publisher-custom.js | |
// | |
// This publisher copies files to publish/ folder, to be rsync/upload-ed to any generic HTTP(s) server. | |
// | |
// package.json: | |
// | |
// "publish": { | |
// "provider": "custom" | |
// } | |
// |
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
app: | |
image: swarmpit/swarmpit:1.9 | |
healthcheck: | |
test: | |
- CMD | |
- curl | |
- -f | |
- -H | |
- "Authorization: Bearer XXXXXXX" | |
- http://localhost:8080/api/services |
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
const resolve = require('resolve'); | |
const Path = require('path'); | |
// | |
// Play together with: | |
// | |
// * https://github.com/entwicklerstube/babel-plugin-root-import | |
// * https://github.com/benmosher/eslint-plugin-import | |
// | |
// API: https://github.com/benmosher/eslint-plugin-import/blob/master/resolvers/README.md | |
// |
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
aa = [ | |
'CRC', | |
'CDN', | |
'CSS', | |
'CPP', | |
'CPU', | |
'CRT', | |
'CDR', | |
'CES', | |
'CFG', |
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
.l | |
.front-1.front | |
.front-2.front | |
.left | |
.bottom | |
.top-1 | |
.top-2 | |
.right-1 | |
.right-2 |
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
var HelloWorldLayer = cc.Layer.extend({ | |
sprite:null, | |
ctor:function () { | |
this._super(); | |
var size = cc.director.getWinSize(); | |
var helloLabel = new FlowLabel(100, "Lorem ipsum dolor sit amet, consectetur adipisicing elit.", "Arial", 24); | |
helloLabel.x = size.width / 2; |
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
# Usage: | |
# | |
# Paste these functions into your `.*shrc`, and re-open a new session. Then | |
# you can use `rails`, `rake`, `rspec` to launch their zeus equivalance. If you | |
# need to invoke a bash script contains those commands, you'll have to call it | |
# by `source xxxx.sh`. | |
# | |
# It works under rbenv. But not tested under rvm (rvm use shell functions, so it may | |
# not be compliant with these functions) |
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
/** | |
* The first commented line is your dabblet’s title | |
*/ | |
background: #f06; | |
background: linear-gradient(45deg, #f06, yellow); | |
min-height: 100%; |
NewerOlder