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
{"lastUpload":"2021-04-26T09:43:55.048Z","extensionVersion":"v3.4.3"} |
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
★ **Guilde** : PvE HL | |
★ **Faction** : Horde :horde: | |
★ **Fréquence de Raid** : 2 soirs par semaine attendus + 1 soir bonus pour les motivés (jours à définir) | |
★ **Système de loot** : Encore à définir, le plus juste pour tout le monde, et pas d’officiers prio. | |
★ **Forums** : http://awaken-nr.shivtr.com/forum_threads/3121987 | |
★ **Discord** : http://discordapp.com/invite/tTXn2Kr | |
★ **Besoins** : Des gens sympa et investis, avec l’esprit communautaire. On manque un peu de tank, il y a de belles places à prendre. | |
Très grosse communauté francophone de joueur vanilla, nous avons terminé tout le contenu PvE disponible sur Nostalrius il y a 4 ans. Nous revoilà en forme sur officiel pour remettre ça. | |
Notre but n’est pas de faire la course mais de retrouver le plaisir de jeu de l’époque, avec une guilde au bon esprit et aux joueurs compétents. |
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
[ | |
///////////////////// | |
///// workbench ///// | |
///////////////////// | |
// // maximize / reduce editor | |
// { | |
// "key": "alt+enter", | |
// "command": "workbench.action.maximizeEditor", | |
// "when": "editorTextFocus" | |
// }, |
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
[ | |
///////////////////// | |
///// workbench ///// | |
///////////////////// | |
// // maximize / reduce editor | |
// { | |
// "key": "alt+enter", | |
// "command": "workbench.action.maximizeEditor", | |
// "when": "editorTextFocus" | |
// }, |
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
Consultez la fin de ce message pour plus de détails sur l'appel du débogage | |
juste-à-temps (JIT) à la place de cette boîte de dialogue. | |
************** Texte de l'exception ************** | |
System.NullReferenceException: La référence d'objet n'est pas définie à une instance d'un objet. | |
à Switch_Backup_Manager.Util.WriteFileDataToXML(FileData data, String xml) | |
à Switch_Backup_Manager.Util.AppendFileDataDictionaryToXML(Dictionary`2 dictionary, String xml) | |
à Switch_Backup_Manager.FrmMain.backgroundWorkerAddFiles_DoWork(Object sender, DoWorkEventArgs e) | |
à System.ComponentModel.BackgroundWorker.OnDoWork(DoWorkEventArgs e) | |
à System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument) |
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
<script>mraid.useCustomClose(false);</script><div style="float: right; font-size: 50px;border: 1px solid red;"><a onClick="mraid.close()">XXX</a></div><div onClick="mraid.open('http://goo.gl')" style="height:50%; border: 1px solid red; font-size: 60px"><br>mraid.open</div><div style="height:50%; border: 1px solid red;font-size: 60px">nothing</div> |
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
const fs = require('fs'); | |
var _require = (filePath, required = false) => { | |
try { | |
console.log(`looking for ${filePath}`); | |
if(filePath.endsWith('.json')) { | |
return require(filePath); | |
} else { | |
return JSON.parse(fs.readFileSync(filePath)); | |
} |
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
console.log('try to insert tag via document write'); | |
document.write('<script src="https://rawgit.com/DavidBabel/f22ac870d92c7046ef52e836860bc0d5/raw/597b2c5d1ad24248ff1ea9d8a00c66db66722280/remote-loaded-with-document-write.js"></sc'+'ript>'); |
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
console.log('loaded via document write worked'); |
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
console.log('remote script loaded'); |
NewerOlder