seed
stringlengths
1
14k
source
stringclasses
2 values
@staticmethod def _validate_subcluster_dep(obj_dict, db_conn): if 'sub_cluster_refs' in obj_dict: if len(obj_dict['sub_cluster_refs']): sub_cluster_obj = db_conn.uuid_to_obj_dict( obj_dict['sub_cluster_refs'][0]['uuid']) sub_cluster_asn = ...
ise-uiuc/Magicoder-OSS-Instruct-75K
origin_path = './eval_png/' dirs = os.listdir(origin_path) output_path = './eval/' for dir in dirs: print("The target directory is " + dir) input_path = origin_path + dir + '/' files = os.listdir(input_path) for file in files: input_im = Image.open(input_path + file) rgb_im = input_im.c...
ise-uiuc/Magicoder-OSS-Instruct-75K
<filename>kernel/src/interrupt/mod.rs pub mod irq; pub mod exceptions; pub mod ipi; pub mod syscall;
ise-uiuc/Magicoder-OSS-Instruct-75K
fn square_power(
ise-uiuc/Magicoder-OSS-Instruct-75K
public class ContentManagementWorkspaceDocumentsTopicDocumentDataV2: Codable { public var _id: String? public var name: String? public var dateCreated: Date? public var dateModified: Date? public var workspace: ContentManagementWorkspaceDocumentsTopicWorkspaceData? public var createdBy: Conten...
ise-uiuc/Magicoder-OSS-Instruct-75K
from django.db import models from django.contrib.auth.models import User # Create your models here.
ise-uiuc/Magicoder-OSS-Instruct-75K
logger.debug("client whit ID {} is not available", clientId); return abortChain(ErrorCode.CLIENT_NOT_AVAILABLE, "client is unavailable: " + clientId); }
ise-uiuc/Magicoder-OSS-Instruct-75K
jq -r '[.[] | .dapil[] | .tingkat as $tingkat | .nama as $namaDapil | .idWilayah as $idWilayah | .wilayah[] | .idWilayah as $subWilayah | { idDapil, $namaDapil, $idWilayah, $subWilayah, namaWilayah, urutanWilayahDapil, $tingkat }] | (map(keys) | add | unique) as $cols | map(. as $row | $cols | map($row[.]))...
ise-uiuc/Magicoder-OSS-Instruct-75K
exit() # Aus der aktuellen Zeit und den Parametern einen individuellen Ordnernamen generieren dirname = f'{datetime.now().strftime("%Y-%m-%d-%H-%M-%S")}' os.mkdir(dirname) # Ordner erstellen print(f"Ordnername: {dirname}") beginn = time.time()-programmstart # Threads zum Aufnehmen und ...
ise-uiuc/Magicoder-OSS-Instruct-75K
return expr, # tuple
ise-uiuc/Magicoder-OSS-Instruct-75K
import { publicUser } from '@ddradar/core/__tests__/data' import { describe, expect, jest, test } from '@jest/globals' import { getLoginUserInfo } from '../auth' import getCurrentUser from '.' jest.mock('../auth') describe('GET /api/v1/user', () => { const req = { headers: {} } test('returns "404 Not Found" if ...
ise-uiuc/Magicoder-OSS-Instruct-75K
} struct ImageDemo_Previews: PreviewProvider { static var previews: some View { ImageDemo() }
ise-uiuc/Magicoder-OSS-Instruct-75K
commands: None, } } }
ise-uiuc/Magicoder-OSS-Instruct-75K
# BQ result headers should like SELECT X AS ga_dimension32, Y AS ga_dimension1 BQML_PREDICT_QUERY = """ """ # ------------------------------------------------------------------- # Options for logging & error monitoring # LOGGING: Create BQ Table for logs with schema as follows - # time TIMESTAMP,...
ise-uiuc/Magicoder-OSS-Instruct-75K
XpText.text = current.Value.ToString(); } else { XpPanel.SetActive(value: false); } }
ise-uiuc/Magicoder-OSS-Instruct-75K
* ) echo "Aspect of your video, \$j_asp_cut: $j_asp_cut," echo "is currently not supported" echo "(try and tweak the script yourself)." ;; esac cd ../ else
ise-uiuc/Magicoder-OSS-Instruct-75K
logging.error("Length of all feature vectors need to be the same for Classificator training.") raise Exception logging.warning('Training the model with feature dim %i, this might take a while'%data.shape[1]) self.model.fit(data, labels) logging.warning('Finished'...
ise-uiuc/Magicoder-OSS-Instruct-75K
# along with this program. If not, see <http://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ rm skip_if_root_ mkdir -p z || framework_failure_
ise-uiuc/Magicoder-OSS-Instruct-75K
("abc[def$ghi]", PathSeperators.AUTO, "abc[def$ghi]"), ("/abc[def%1]", PathSeperators.AUTO, "/abc[def%1]"), ("abc[def%'ghi']", PathSeperators.AUTO, "abc[def%ghi]"), ]) def test_str(self, yamlpath, pathsep, output): # Test twice to include cache hits testpath = YAMLPath(ya...
ise-uiuc/Magicoder-OSS-Instruct-75K
public bool intrusioneventsDelete(int IntrusionEventsId) { intrusioneventsImpl ointrusioneventsImpl = new intrusioneventsImpl(); return ointrusioneventsImpl.intrusioneventsDelete(IntrusionEventsId); } public intrusionevents intrusioneventsGetById(int IntrusionEventsId) { intrusioneventsImpl ointrus...
ise-uiuc/Magicoder-OSS-Instruct-75K
parallel --jobs 6 < ./results/exp_iterations_sea/run-0/sea_mem_4n_6t_6d_1000f_617m_15i/jobs/jobs_n0.txt
ise-uiuc/Magicoder-OSS-Instruct-75K
// Override point for customization after application launch. return true } func applicationWillResignActive(_ application: UIApplication) { // Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as ...
ise-uiuc/Magicoder-OSS-Instruct-75K
}, commandType: CommandType.Text); if(users.FirstOrDefault()!=null && users.FirstOrDefault().Id>0 ) { result.Succeeded = true; result.User = users.FirstOrDefault(); } else {
ise-uiuc/Magicoder-OSS-Instruct-75K
start_t = time.time() train_X = sample[0].to(device) train_Y = sample[1].to(device)
ise-uiuc/Magicoder-OSS-Instruct-75K
else: fullmsg += ", no version info" if msg: fullmsg = msg + " v" + fullmsg else: fullmsg = "V" + fullmsg super(VersionError, self).__init__(fullmsg) class GlobalValidationDisabled(object): def __init__(self, data): super(GlobalValidationDisabled, self).__in...
ise-uiuc/Magicoder-OSS-Instruct-75K
def test_data_folder_exists(host, get_ansible_vars): "Check that daya folder exists" assert_that(host.file(get_ansible_vars["data_folder"]).exists) assert_that(host.file(get_ansible_vars["data_folder"]).user, equal_to(get_ansible_vars["username"])) def test_logs_folder_exists(host, get_ansible_vars): ...
ise-uiuc/Magicoder-OSS-Instruct-75K
@include('inc.product.info')
ise-uiuc/Magicoder-OSS-Instruct-75K
# t,p=0,0 # if l[0]>0: # t=1 # for i in range(n): # if l[i]>0 : # p=1
ise-uiuc/Magicoder-OSS-Instruct-75K
var entry = CreateNativeControl(); entry.SetVerticalTextAlignment(0.5); SetNativeControl(entry); if (entry is IEntry ie) { ie.TextBlockFocused += OnTextBlockFocused; } _lazyDialog = new Lazy<IDateTimeDialog>(() => { var dialog = CreateDialog();
ise-uiuc/Magicoder-OSS-Instruct-75K
str = str
ise-uiuc/Magicoder-OSS-Instruct-75K
pub fn some_connection(&mut self) -> EstablishedConnection<THandlerInEvent<THandler>> { self.connections() .into_first() .expect("By `Peer::new` and the definition of `ConnectedPeer`.") } /// Disconnects from the peer, closing all connections. pub fn disconnect(self) -> ...
ise-uiuc/Magicoder-OSS-Instruct-75K
packages = ['kyper', 'kyper.nbformat', 'kyper.nbformat.v1', 'kyper.nbformat.v2', 'kyper.nbformat.v3', 'kyper.nbformat.v4', 'kyper.utils',] requires = [] with open('requirements.txt') as reqs: requires = reqs.read().splitlines()
ise-uiuc/Magicoder-OSS-Instruct-75K
ensure_sl $DATA_ROOT/Repositories ~/Repositories ensure_sl $DATA_ROOT/Software ~/Software ensure_sl $DATA_ROOT/VirtualEnvs ~/VirtualEnvs ensure_sl $DATA_ROOT/home/$USER/R ~/R echo_subsection "Git configuration" ensure_pkg git # git config --global user.name "My Name" # git config --global user.email "<EMAIL>" git con...
ise-uiuc/Magicoder-OSS-Instruct-75K
</footer> <div class="back_menu" id="short_navigation"> <a href="#" title="See navigation menu" id="short_menu_handler"><span class="text">Navigation Menu</span></a> &nbsp;|&nbsp; <a href="#top" title="Back to the top of the page"><span class="text">Back to top&nbsp;</span>&uarr;</a> ...
ise-uiuc/Magicoder-OSS-Instruct-75K
def test_001_interleaving_works(self): NUM_TESTED_SYMBOLS = 2000 # randomize message msg = numpy.random.bytes(40) + chr(numpy.random.randint(0,1<<4)) # randomize interleaving seqeuence interleaving = [random.randrange(648) for i in xrange(NUM_TESTED_SYMBOLS)] + [647...
ise-uiuc/Magicoder-OSS-Instruct-75K
/// <typeparam name="TObject">Тип объекта, для которого извлекается конструктор</typeparam> /// <returns>Объект, управляющий конструктором класса объекта</returns> [NotNull] public static Constructor<TObject> GetTypeConstructor<TObject>(this Type type, bool Private = false, [NotNull] params Type...
ise-uiuc/Magicoder-OSS-Instruct-75K
next(reader) for row in reader: label = row[2]
ise-uiuc/Magicoder-OSS-Instruct-75K
$this->add_table($table); return $this; } function set($set, $params = null) { $set = (array)$set; if(self::is_assoc($set)) { foreach($set as $col => $val) $this->set[] = "{$col}=?"; $params = array_values($set); } else{ $this->set = array_merge($this->set, $set); } $this->_add_params('s...
ise-uiuc/Magicoder-OSS-Instruct-75K
my_string = '' start = timer()
ise-uiuc/Magicoder-OSS-Instruct-75K
docker create -it --name dummy ant-simulator:latest bash docker cp dummy:/AntSimulator/build/AntSimulator . rm -rf build/ mkdir build/
ise-uiuc/Magicoder-OSS-Instruct-75K
extern crate lazy_static; pub mod games; pub mod web; pub mod tables; pub mod integration;
ise-uiuc/Magicoder-OSS-Instruct-75K
@Inject public ActorsRepository(JPAApi jpaApi, DatabaseExecutionContext context) { super(jpaApi, context, Actor.class, "firstName"); } }
ise-uiuc/Magicoder-OSS-Instruct-75K
# Extra dependencies geo = ["geopandas", "turfpy>=0.0.3", "geobuf"] extras_require = {"dev": dev_reqs, "geo": geo} packages = find_packages(exclude=["docs", "tests*"]) version = {} with open('{}/__version__.py'.format(packages[0])) as f: exec(f.read(), version)
ise-uiuc/Magicoder-OSS-Instruct-75K
progress_bar.done(); //Writing histograms to file TFile *out_file = new TFile(Form("gg_%i_histograms.root", run_number), "RECREATE"); std::cout << "Writing output file: " << out_file->GetName() << std::endl; out_file->cd(); TDirectory* dir_TRS = out_file->mkdir("TimeRandomSubtracted");
ise-uiuc/Magicoder-OSS-Instruct-75K
assert faces_to_slice.dtype == np.bool result = slice_faces_plane( vertices=vertices, faces=faces, plane_normal=plane_normal, plane_origin=point_on_plane, face_index=None if faces_to_slice is None else faces_to_slice.nonzero()[0], return_face_mapping=ret_face...
ise-uiuc/Magicoder-OSS-Instruct-75K
/// Successfully persisted the updated <see cref="ValidatorStatus"/> /// </summary> Success,
ise-uiuc/Magicoder-OSS-Instruct-75K
TextWriter^ writer = gcnew StreamWriter( filename ); // Create an instance of the class that will be serialized. Pet^ myPet = gcnew Pet; /* Set the Animal property. If you set it to the default value,
ise-uiuc/Magicoder-OSS-Instruct-75K
$CABAL build $CABAL sdist
ise-uiuc/Magicoder-OSS-Instruct-75K
if (!parseImpl()) { return false; }
ise-uiuc/Magicoder-OSS-Instruct-75K
*/ function requestMulti(array $requests, callable $onEachResponse, callable $onEachError); }
ise-uiuc/Magicoder-OSS-Instruct-75K
template <typename T> inline ::boost::optional<T> make_optional( T const& v ) { return ::boost::optional<T>(v); } template <typename T> inline ::boost::optional<T> make_optional( ::com::sun::star::beans::Optional<T> const& o )
ise-uiuc/Magicoder-OSS-Instruct-75K
<filename>Python/Aula10/ExerciciosPython/ExerciciosElif/ComparandoNumeros.py<gh_stars>0
ise-uiuc/Magicoder-OSS-Instruct-75K
// #[cfg(any(feature = "all", all(feature = "javax-net-ssl-SSLParameters")))] // fn engineGetSupportedSSLParameters<'env>(&'env self) -> __jni_bindgen::std::result::Result<__jni_bindgen::std::option::Option<__jni_bindgen::Local<'env, crate::javax::net::ssl::SSLParameters>>, __jni_bindgen::Local<'env, cr...
ise-uiuc/Magicoder-OSS-Instruct-75K
# pipenv install face_recognition # face_recognition --tolerance 0.50 --show-distance true --cpus 8 ./images/known ./images/unknown/ | cut -d ',' -f2
ise-uiuc/Magicoder-OSS-Instruct-75K
} } } struct CommaSep<'a, T: 'a>(&'a [T]); impl<'a, T: fmt::Display> fmt::Display for CommaSep<'a, T> { fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { for (i, v) in self.0.iter().enumerate() { if i > 0 { write!(f, ", ")?; } write!(f, ...
ise-uiuc/Magicoder-OSS-Instruct-75K
if [[ -z "${version_spec}" ]] then echo "This script must be called with an argument of the version number or a \"bump spec\"."
ise-uiuc/Magicoder-OSS-Instruct-75K
operations = [ migrations.AlterField( model_name='subcounty', name='county', field=models.ForeignKey(on_delete=django.db.models.deletion.CASCADE, related_name='subcounties', to='counties.Counties'), ), ]
ise-uiuc/Magicoder-OSS-Instruct-75K
G = {N, T, S, P} A = ⋃_{X∈N}(Syn(X) ∪ Inh(X))
ise-uiuc/Magicoder-OSS-Instruct-75K
@pytest.fixture() def api(): return falcon.testing.TestClient(APP) def test_deps(api): result = api.simulate_post( path='/dep', body='{{"text": "This is a test.", "model": "{model}", "collapse_punctuation": false, "collapse_phrases": false}}'.format(model=model)
ise-uiuc/Magicoder-OSS-Instruct-75K
#[derive(Serialize, Deserialize, Debug)] #[serde(rename_all = "camelCase")] pub struct Header { pub operation_id: String, }
ise-uiuc/Magicoder-OSS-Instruct-75K
using System; using System.Collections.Generic; using System.Net; using System.Net.Http; using System.Reflection;
ise-uiuc/Magicoder-OSS-Instruct-75K
for offer in chosen_offers: cityname, username, amount, price, dist, destination_city_id = offer cityname = cityname.strip() amount = amount.replace(',', '').replace('.', '') amount = int(amount) price = int(price) sell = min(amount, left_to_sell) left_to_sell -= sell profit += sell * price print(_('\...
ise-uiuc/Magicoder-OSS-Instruct-75K
draw(img) img.colorspace = 'srgb' img.save(filename='sample13c.png')
ise-uiuc/Magicoder-OSS-Instruct-75K
anCurrentFrame=0; } theEntity->mProperties.Set<sf::Clock>("AnimationClock",anClock); theEntity->mProperties.SetUint32("uCurrentFrame",anCurrentFrame); }
ise-uiuc/Magicoder-OSS-Instruct-75K
else: exe_name = "coverage run -p {0}/openram.py ".format(OPENRAM_HOME) config_name = "{0}config_{1}_front_end.py".format(OPENRAM_HOME + "/tests/",OPTS.tech_name) cmd = "{0} -n -o {1} -p {2} {3} {4} 2>&1 > {5}/output.log".format(exe_name, ...
ise-uiuc/Magicoder-OSS-Instruct-75K
'prefix' => 'api/v1', 'namespace' => 'Theme\Ripple\Http\Controllers', ], function () { Route::get('search', 'RippleController@getSearch')->name('public.api.search'); });
ise-uiuc/Magicoder-OSS-Instruct-75K
#!/bin/bash numofcounter=$(curl -s localhost/counter/ | wc -l)
ise-uiuc/Magicoder-OSS-Instruct-75K
// MARK: - le public func le(_ value: Persistable) -> QueryPredicateOperation { return field(stringValue).le(value) } public static func <= (key: Self, value: Persistable) -> QueryPredicateOperation { return key.le(value) } // MARK: - lt public func lt(_ value: Persistabl...
ise-uiuc/Magicoder-OSS-Instruct-75K
raccoon.go_up(3) raccoon.go_left(3) raccoon.go_down() raccoon.go_right() raccoon.go_up() raccoon.go_right(3) raccoon.go_up(2)
ise-uiuc/Magicoder-OSS-Instruct-75K
//! //! In order to change the state, we need to dispatch actions. In Rust, the different actions would usually be represented by an enum. //! In the case of our counter example, we want to be able to increment and decrement the counter value.
ise-uiuc/Magicoder-OSS-Instruct-75K
match ids { (0x00, 0x00) => TextEncoding::Reserved2(ids.0, ids.1), (0x00, 0x01) => TextEncoding::Iso88591, (0x00, 0x02) => TextEncoding::Iso88592,
ise-uiuc/Magicoder-OSS-Instruct-75K
} } } pub fn ensure_links_folder_created(name: &str) {
ise-uiuc/Magicoder-OSS-Instruct-75K
public void run() { attemptsPerIP.clear(); } }
ise-uiuc/Magicoder-OSS-Instruct-75K
# version for Solaris # output from SunOS (BSD?) and Solaris (SVR4?) are completely different nm $1 | awk ' $7 == "|UNDEF" { # Send to stdout a C program with each undefined symbol defined as a stub symbol = substr( $8, 2, length( $8 ) -1 ) print symbol "()" print...
ise-uiuc/Magicoder-OSS-Instruct-75K
session = sessionmaker(bind=db_engine)() repository = RelationalTaskRepository(session) task = repository.save(task_factory({})) assert repository.find(task.id) def test_repository_should_match_task_by_criteria_successfully(task_factory): session = sessionmaker(bind=db_engine)() repository ...
ise-uiuc/Magicoder-OSS-Instruct-75K
for (DialogFilterRow filterRow : filterRows) { filterRow.addToTableFilter(tableColumnFilter); } if (tableColumnFilter.isEquivalent(currentFilter)) { return currentFilter; } return tableColumnFilter; } /** * Changes the configuration of this model to match the given ColumnTableFilter. Any exiting ...
ise-uiuc/Magicoder-OSS-Instruct-75K
:param object_level_compare_create_result: The object_level_compare_create_result of this CreateCompareTaskResponse. :type: CreateCompareTaskResult """ self._object_level_compare_create_result = object_level_compare_create_result @property def data_level_compare_create_result(s...
ise-uiuc/Magicoder-OSS-Instruct-75K
app.config['UPLOAD_FOLDER'] = UPLOAD_FOLDER app.secret_key = "<KEY>" socketio = SocketIO(app) db = SQLAlchemy(app) from tinder.routes import *
ise-uiuc/Magicoder-OSS-Instruct-75K
timeout: float = field(default=10.0) is_https: bool = field(default=False)
ise-uiuc/Magicoder-OSS-Instruct-75K
{ #return Photo::fromForm($file)->store($file); return (new Photo)->named($file->getClientOriginalName()) ->move($file);
ise-uiuc/Magicoder-OSS-Instruct-75K
class Gerber(): def __init__(self): self.format_num_int = None self.format_num_dec = None self.unit = None self.current_point = None self.current_aperture = None # Interpolation should be None, but not all files have G01 self.interpolation = 'linear' ...
ise-uiuc/Magicoder-OSS-Instruct-75K
[JsonIgnore] public XElement XElement { get; } #endregion #region Constructor
ise-uiuc/Magicoder-OSS-Instruct-75K
public class ElectronicProgramGuide { public string SourceInfoName { get; } = "Locast"; public Uri SourceInfoUri { get; } = new Uri("https://www.locast.org");
ise-uiuc/Magicoder-OSS-Instruct-75K
payload = open(filepath) with open(filepath,'rb') as payload: headers = {'content-type': 'text/html; charset=utf-8', 'Accept-Charset': 'UTF-8'} r = requests.post(w3cURL, data=payload, headers=headers) errors = r.json()['messages']
ise-uiuc/Magicoder-OSS-Instruct-75K
} guard count != -1 else { throw extractMongoError(error: error) }
ise-uiuc/Magicoder-OSS-Instruct-75K
self.activateConstraints()
ise-uiuc/Magicoder-OSS-Instruct-75K
def initSchema(): basepath = '/app/db/tables' entries = os.listdir(basepath) with os.scandir(basepath) as entries: for entry in entries: if entry.is_file(): print('Running '+ entry.name) # TODO: Can put this in a function and just yield entries intsead ...
ise-uiuc/Magicoder-OSS-Instruct-75K
{ get => _accessors[name].Get(ref _value); set => _accessors[name].Set(ref _value, value); } }
ise-uiuc/Magicoder-OSS-Instruct-75K
// Prework
ise-uiuc/Magicoder-OSS-Instruct-75K
def __init__(self): self._piles = None self._moves_done = 0 def _push_disk(self, disk, pile): top = self._piles[pile]
ise-uiuc/Magicoder-OSS-Instruct-75K
wrapper.maxAmount = toDecimal(event.params.maxETH); wrapper.save(); } } function initializeWrapper(wrapper: Wrapper, address: Address): Wrapper { // See wrapper.js for more context on the pre-regenesis wrappers
ise-uiuc/Magicoder-OSS-Instruct-75K
linsysfs /compat/ubuntu/sys linsysfs rw,late 0 0 /tmp /compat/ubuntu/tmp nullfs rw,late 0 0 /home /compat/ubuntu/home nullfs rw,late 0 0 __FSTAB__ mount -alv chroot /comp...
ise-uiuc/Magicoder-OSS-Instruct-75K
a = int(input()) print("Ingrese año: ") b = int(input()) cicloNew.append((a, b)) respu = input("¿Quiere resgistrar otro ciclo? (S/F): ") print(" ") print("Datos guardados")
ise-uiuc/Magicoder-OSS-Instruct-75K
'figure.subplot.left': 0.1, })
ise-uiuc/Magicoder-OSS-Instruct-75K
<section class="content"> <center> <h4>Jumlah Mahasiswa masing-masing prodi </h4> </center> <div class="row"> <?php foreach ($prodi as $prd) : ?> <div class="col-xs-4"> <div class="box box-success box-so...
ise-uiuc/Magicoder-OSS-Instruct-75K
callName = listener->calls.front(); listener->calls.pop(); VERIFY_ARE_EQUAL(callName, "onComponentBegin"); name = listener->names.front(); listener->names.pop(); VERIFY_ARE_EQUAL("VCARD", name); callName = li...
ise-uiuc/Magicoder-OSS-Instruct-75K
} } TMP_MINIO_BUCKET = "tmp-folder" VALENTINE_RESULTS_MINIO_BUCKET = "valentine-results" VALENTINE_FABRICATED_MINIO_BUCKET = "fabricated-data" VALENTINE_PLOTS_MINIO_BUCKET = "valentine-plots" SYSTEM_RESERVED_MINIO_BUCKETS = [TMP_MINIO_BUCKET, VALENTINE_RESULTS_MINIO_BUCKET, VALENTINE_FABRICATED_MINIO_BUCKE...
ise-uiuc/Magicoder-OSS-Instruct-75K
let c: Int """) } func testNestedVariableBindings() { XCTAssertFormatting( OneVariableDeclarationPerLine.self, input: """ var x: Int = { let y = 5, z = 10 return z }()
ise-uiuc/Magicoder-OSS-Instruct-75K
names_args = sorted(names_args, key=lambda x: x.name) for arg in names_args:
ise-uiuc/Magicoder-OSS-Instruct-75K
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"
ise-uiuc/Magicoder-OSS-Instruct-75K