Created GitHub issues in student repositories pointing to evaluation results gist.
https://gist.github.com/juananpe/390dad9b0dba16ab2ea7a40ec5128e1a
| Student Repo | Overall | Issue URL |
Created GitHub issues in student repositories pointing to evaluation results gist.
https://gist.github.com/juananpe/390dad9b0dba16ab2ea7a40ec5128e1a
| Student Repo | Overall | Issue URL |
Based on the specifications in bum2.txt, the following repositories were evaluated.
| Student | Repo | URL | tests_pass | mainwin | drivers_fxml | bl_interface | businesslogic | dbaccess | pilot | overloaded_constructor | fxml_buttons | controller_methods | module_name | delegation | overall |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| alexordazz | alexordazz-BUM2 | Link | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
| Xavi670 | Xavi670-BUM2 | Link | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ |
Lambda Docs
https://docs.lambdalabs.com/
The Lambda Chat Completions API enables you to use the Llama 3.1 405B Instruct large language model (LLM) and fine-tuned versions such as Nous Research's Hermes 3, without the need to set up your own vLLM API server on an on-demand instance or 1-Click Cluster (1CC).
Try Lambda Chat!
Since the Lambda Chat Completions API is compatible with the OpenAI API, you can use it as a drop-in replacement for applications currently using the OpenAI API.
| public String readFile(String filename) { | |
| String content = ""; | |
| try { | |
| // read filename from resources folder | |
| URL fileURL = getClass().getResource(filename); | |
| content = new String ( Files.readAllBytes( Paths.get( fileURL.getFile() ) ) ); | |
| } | |
| catch (IOException e) { | |
| e.printStackTrace(); | |
| } |
| Writeup online! HTB University CTF 2022 - Fake News http://exto.lo.gs/htb-university-ctf-2022-fake-news-a213495533 | |
| @K1nd4SUS_ctf | |
| https://twitter.com/_eexto/status/1599481956638461952 | |
| Walkthrough: HTB University CTF 2022 “The Magic Informer” Challenge http://dlvr.it/SdrL9h #ctf #cybersecurity #ssrf | |
| https://twitter.com/iSecurity/status/1599584233752006656 | |
| W0rty / HTP-Univ-Spell-Orsterra | |
| github.com/W0rty/HTB-Univ-Spell-Orsterra |
| beginner | |
| beginner friendly | |
| beginners-only | |
| contribution-starter | |
| difficulty/low | |
| difficulty/newcomer | |
| Easy | |
| easyfix | |
| easyhack | |
| easy hack |
| # Copyright (c) 2007, 2018, Oracle and/or its affiliates. All rights reserved. | |
| # | |
| # This program is free software; you can redistribute it and/or modify | |
| # it under the terms of the GNU General Public License, version 2.0, | |
| # as published by the Free Software Foundation. | |
| # | |
| # This program is also distributed with certain software (including | |
| # but not limited to OpenSSL) that is licensed under separate terms, as | |
| # designated in a particular file or component or in included license | |
| # documentation. The authors of MySQL hereby grant you an additional |
| { | |
| search(query: "org:bardsoftware", type: REPOSITORY, last: 100) { | |
| nodes { | |
| ... on Repository { | |
| nameWithOwner | |
| refs(first: 100, refPrefix: "refs/heads/") { | |
| nodes { | |
| name | |
| target { | |
| ... on Commit { |
| #!/usr/bin/env bash | |
| # Usage: bash uninstall_vmware.bash | |
| remove() { | |
| entry="$1" | |
| echo -ne "Removing $entry [" | |
| sudo rm -rf "$entry" | |
| if [[ ! -e "$entry" ]]; then | |
| echo -ne "OK" |
| "journal";"note";"auteur";"url";"annee";"texte" | |
| "gamekult";"70";"puyo";"http://www.gamekult.com/jeux/test-fifa-17-SU3050706473t.html#ps4";"2017";"Si vous avez un tant soit peu suivi l'actualité de FIFA 17 depuis son annonce, vous savez déjà qu'il ne s'agit pas d'un FIFA +1 comme il en paraît chaque année. Pour ce millésime 2016, la simu d'EA Sports fait peau neuve en se dotant d'un nouveau moteur, le Frostbite cher à Battlefield, histoire de se mettre à niveau tout en bénéficiant des améliorations régulières apportées par les ingénieurs maison. Forcément, qui dit nouveau moteur sous-entend une liste considérable de changements et de petits ajustements, pour ne pas dire de concessions ; Konami avait d'ailleurs essuyé les plâtres il y a quelques années en osant le pari du Fox Engine, qui a longtemps tâtonné avant de parvenir à un compromis satisfaisant en 2016. FIFA 17 saura-t-il trouver la bonne formule dès le coup d'envoi ? \n Si l'on se place du point de vue dév, FIFA 17 tient du petit exploit. Même si le pr |