UTC: 2017-03-28 02:17
mikecole/chocolatey-packages
This file is automatically generated by the update_all.ps1 script using the AU module.
| public async Task CreateBlobAsync(string connectionString, string containerName, string blobName, string content, string contentType = null) | |
| { | |
| var container = new BlobContainerClient(connectionString, containerName); | |
| await container.CreateIfNotExistsAsync(); | |
| var blob = container.GetBlobClient(blobName); | |
| await blob.DeleteIfExistsAsync(); | |
| using var stream = new MemoryStream(Encoding.Default.GetBytes(content), false); |
| const path = require('path'); | |
| const CleanWebpackPlugin = require('clean-webpack-plugin'); | |
| module.exports = { | |
| entry: { | |
| login: './Scripts/apps/login.jsx', | |
| 'mass-update': './Scripts/apps/mass-update/app.jsx', | |
| }, | |
| module: { | |
| rules: [ |
| { | |
| "name": "the-project", | |
| "version": "1.0.0", | |
| "private": true, | |
| "dependencies": { | |
| "axios": "^0.18.0", | |
| "babel-polyfill": "^6.26.0", | |
| "evergreen-ui": "^4.6.0", | |
| "react": "^16.4.1", | |
| "react-bootstrap": "^0.32.4", |
| ... | |
| <v-icon class='no-rotate' small>filter_list</v-icon> | |
| ... | |
| .v-datatable thead th.column.sortable.active.desc .no-rotate { | |
| transform: none !important; | |
| } |
| jekyll serve --watch |
| bundle install |
| gem install bundler |
| ruby --version |
| gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB | |
| \curl -sSL https://get.rvm.io -o rvm.sh | |
| cat rvm.sh | bash -s stable | |
| source ~/.rvm/scripts/rvm | |
| rvm install ruby --default |
UTC: 2017-03-28 02:17
mikecole/chocolatey-packages
This file is automatically generated by the update_all.ps1 script using the AU module.