git clone https://github.com/Stability-AI/stable-fast-3d
cd stable-fast-3d
conda create -n stable-fast-3d python=3.9
conda activate stable-fast-3d
RENAME tablewp_commentmeta
TOmistrello_commentmeta
;
RENAME tablewp_comments
TOmistrello_comments
;
RENAME tablewp_links
TOmistrello_links
;
RENAME tablewp_options
TOmistrello_options
;
RENAME tablewp_postmeta
TOmistrello_postmeta
;
RENAME tablewp_posts
TOmistrello_posts
;
RENAME tablewp_terms
TOmistrello_terms
;
RENAME tablewp_termmeta
TOmistrello_termmeta
;
RENAME tablewp_term_relationships
TOmistrello_term_relationships
;
RENAME tablewp_term_taxonomy
TOmistrello_term_taxonomy
;
From admin console, run
diskpart
then:
DISKPART> list disk
DISKPART> select disk 5
Disk 4 is now the selected disk.
console.log("%cHenna"," text-shadow: 0 1px 0 #ccc,0 2px 0 #c9c9c9,0 3px 0 #bbb,0 4px 0 #b9b9b9,0 5px 0 #aaa,0 6px 1px rgba(0,0,0,.1),0 0 5px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.3),0 3px 5px rgba(0,0,0,.2),0 5px 10px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.2),0 20px 20px rgba(0,0,0,.15);font-size:5em") |
bcdedit
in CMDhypervisorlaunchtype
off
run bcdedit /set hypervisorlaunchtype auto
// Format value as money [1234.55 => 1.234,55] | |
function formatMoney(n, c, d, t) { | |
var c = isNaN(c = Math.abs(c)) ? 2 : c, | |
d = d == undefined ? "," : d, | |
t = t == undefined ? "." : t, | |
s = n < 0 ? "-" : "", | |
i = String(parseInt(n = Math.abs(Number(n) || 0).toFixed(c))), | |
j = (j = i.length) > 3 ? j % 3 : 0; | |
return s + (j ? i.substr(0, j) + t : "") + i.substr(j).replace(/(\d{3})(?=\d)/g, "$1" + t) + (c ? d + Math.abs(n - i).toFixed(c).slice(2) : ""); |