Audio | Lieu | Action et texte à l'écran | Personnes nécessaires |
---|---|---|---|
Oh, no! These girls are all boobs and no brain, I’m too busy, in the library, reading books with dust on them | soirée ou autre | Quand quelqu’un.e qui fait pas partie de la queerale te demande si t’as regardé glee | 1 soprano |
Typical dance moves | soirée | Danse comme un baryton, ténor, alto, soprano | 1 baryton + 1 ténor + 1 alto + 1 soprano |
All that work and what did it get me | cavern | Quand tu connais une chanson par cœur mais que t’es baryton donc tout ce que tu dois dire c’est “aaah” | 1 baryton |
Wassup riri wassup rocky | cavern | Quand ça frotte entre les sopranos et les ténors | Groupes de sopranos et ténors |
Twins where have you been | cavern | POV les tenors et le |
This file contains 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
import os | |
import sys | |
import subprocess | |
from PIL import Image | |
ROTATE = True | |
CREATE_PAIRS = True | |
try: | |
folder = sys.argv[1] |
This file contains 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
# Previous code | |
def fallback_translation_button(self, field_name): | |
language, translation = self.get_translation(field_name, return_language=True) | |
return translationURL(translation, from_language=language, with_wrapper=True) | |
def fallback_translation_button(self, field_name): | |
language, translation = self.get_translation(field_name, return_language=True) | |
return translationURL(translation, from_language=language, with_wrapper=True) |
This file contains 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
{ | |
"twitter": [ | |
"CobaltWolfArt", | |
"SylPrime", | |
"moypumpkin", | |
"DJ_Tiya2", | |
"hanabyka", | |
"Lunalaxy", | |
"mandlamZA", | |
"kataakelacena", |
This file contains 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
card id, level, appeal, stamina, technique for SR Honoka | |
100012001 1 1280 960 960 | |
100012001 2 1291 969 969 | |
100012001 3 1302 977 977 | |
100012001 4 1313 985 985 | |
100012001 5 1324 993 993 | |
100012001 6 1335 1001 1001 | |
100012001 7 1346 1009 1009 | |
100012001 8 1356 1017 1017 | |
100012001 9 1367 1026 1026 |
All links: https://www.one-tab.com/page/s4RtxqyQRJ-ft05wn1OHhQ
- Summer Merch Contest: We showed the latest entries
- AqouRainbow success in LA! 🌈
This file contains 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
Bandori Party: | |
- has activities now! | |
- preview of the new logo by violerR | |
- available in Vietnamese | |
- French translation fully completed | |
Cinderella Producers: | |
- We are updating it, and it will be about the whole Idolm@ster license! | |
School Idol Tomodachi: |
This file contains 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
=GOOGLEFINANCE("CURRENCY:JPYUSD")*REGEXEXTRACT(C182,"\d+") |
This file contains 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
// this is the function being called whenever a page gets loaded, including when you scroll to get the next page | |
// you need to configure your view in magicollections.py to specify that you want this function to be called | |
// this function is in main.py, but for some pages that are not loaded often (staff pages, settings) or are | |
// big enough you can have a file just for this page like `settings.js` (for what you're trying to do main.js is enough) | |
function loadCardInList() { | |
... | |
// Show/hide include_cameos when member_id is set | |
// $(xxx) is a way to retrieve an HTML element currently on the page | |
// "#sidebar-wrapper #id_member_id" is the selector to find the elements. it's very similar to CSS selectors. |
NewerOlder