uv
is an extremely fast Python package and project manager for Python. Highly recommend that you use uv
.
winget install -e --id astral-sh.uv
winget install -e --id Git.Git
mod thing { | |
pub(super) struct Thing { | |
pub(super) name: String, | |
pub(super) indicator: usize, | |
} | |
// ---8<--- ... impl Thing here | |
static THANGS: [Thing; 3] = [ | |
Thing::new(1, 'Thing 1'), |
use core::fmt::Debug; | |
use std::marker::PhantomData; | |
#[derive(Debug)] | |
pub enum Mode { | |
Uncompressed, | |
Compressed, | |
} | |
pub trait VersionedPacket: Debug { |
apiVersion: v1 | |
kind: ConfigMap | |
metadata: | |
name: odoo-conf | |
data: | |
web: | | |
[options] | |
server_wide_modules = web | |
max_cron_threads = 0 |
############################################################################## | |
# | |
# Author: Miku Laitinen / Avoin.Systems | |
# Copyright 2019 Avoin.Systems | |
# | |
# This program is free software: you can redistribute it and/or modify | |
# it under the terms of the GNU Affero General Public License as | |
# published by the Free Software Foundation, either version 3 of the | |
# License, or (at your option) any later version. | |
# |
This will result in working private voice calls, a working meetings and (as far as I can tell) functional chat on Chrome 71.0.3578.98. Screensharing does not seem to work.
src = %{ | |
first: %{ | |
buy: [ | |
%{cost: 90.394, supply: 2.245}, | |
%{cost: 90.15, supply: 1.305}, | |
%{cost: 89.394, supply: 4.3} | |
], | |
sell: [%{cost: 100.003, supply: 2.4}, %{cost: 100.013, supply: 2.2}] | |
}, | |
second: %{ |
const path = require('path'); | |
const glob = require('glob'); | |
const MiniCssExtractPlugin = require('mini-css-extract-plugin'); | |
const UglifyJsPlugin = require('uglifyjs-webpack-plugin'); | |
const OptimizeCSSAssetsPlugin = require('optimize-css-assets-webpack-plugin'); | |
const CopyWebpackPlugin = require('copy-webpack-plugin'); | |
const VueLoaderPlugin = require('vue-loader/lib/plugin'); | |
const css_loaders = [ |
import-module ActiveDirectory; | |
$smtpserver = "server.example.com" | |
$smtpport = 25 | |
$smtpfrom = "[email protected]" | |
$maxPasswordAgeTimeSpan = (Get-ADDefaultDomainPasswordPolicy).MaxPasswordAge | |
Get-ADUser -filter * -properties PasswordLastSet, PasswordExpired, PasswordNeverExpires, EmailAddress, GivenName | % { |
I hereby claim:
To claim this, I am signing this object: