row_id
int64
0
48.4k
init_message
stringlengths
1
342k
conversation_hash
stringlengths
32
32
scores
dict
16,073
i got a postgresql database with table that includes two columns with latitude and longitude with format like "47.123412". I need to find rows where the distance between some point and latitude and longitude i got is less than 5km. Write an sql code
d48e161d06cb0a5541dad570e586a1a6
{ "intermediate": 0.48606985807418823, "beginner": 0.23492562770843506, "expert": 0.2790044844150543 }
16,074
I need ubuntu equalizer available from synaptic for ubuntu 18.04 or above\
ada1262dd948cc5e5407a0e0a6fbc53a
{ "intermediate": 0.3239637017250061, "beginner": 0.2090446949005127, "expert": 0.4669915735721588 }
16,075
I need ubuntu equalizer available from synaptic for ubuntu 18.04 or above\
97059df0017f58beac972f7932d7598c
{ "intermediate": 0.3239637017250061, "beginner": 0.2090446949005127, "expert": 0.4669915735721588 }
16,076
import time import json from selenium import webdriver from selenium.webdriver.chrome.service import Service executable_path = 'C:\ChromeDriver\chromedriver.exe' def create_chrome_driver(executable_path): # Создание экземпляра Chrome DevTools Service c_service.Service(executable_path) options = webdriver...
44cc45c74a6d51bb9478a7cf67f82b3a
{ "intermediate": 0.32941725850105286, "beginner": 0.4379464387893677, "expert": 0.23263631761074066 }
16,077
<template> {{filteredData}} <hr> {{columnsWithFilter}} <q-table :data="filteredData" :columns="columnsWithFilter" :filter="filter" :filter-method="filterMethod" :sort-method="sortMethod" @request="requestData" row-key="id" > </q-table> </template> <script setup> import {ref, ...
d09d33313999a69b4f4d01720faa090a
{ "intermediate": 0.3064134120941162, "beginner": 0.46877703070640564, "expert": 0.22480949759483337 }
16,078
mport time import json from selenium import webdriver from selenium.webdriver.chrome.service import Service from selenium.webdriver.chrome.options import Options executable_path = 'C:\ChromeDriver\chromedriver.exe' def create_chrome_driver(executable_path): service = Service(executable_path) options = Options...
54d213b4c19fdb7cb1222544fb708adc
{ "intermediate": 0.36216437816619873, "beginner": 0.4611244201660156, "expert": 0.17671117186546326 }
16,079
In my excel sheet, column 7 is Column 'G' I have a BeforeDoubleClick trigger on Column 7. I also have a Worksheet_Change trigger on Column G which is also colum 7. When I doubleclick a cell in Column 7, how can I stop the Worksheet_change event from being triggered on Column 'G'. I have included the BeforeDoubleClick a...
7384a1168501ac40ed104245b1089a62
{ "intermediate": 0.4133143723011017, "beginner": 0.3654986023902893, "expert": 0.22118699550628662 }
16,080
write code in asp .net web forms properly use apereo DotNetCasClient
f5a08fd6257d4c228fb48a3fff31bff0
{ "intermediate": 0.44930732250213623, "beginner": 0.3020331561565399, "expert": 0.24865950644016266 }
16,081
Hello
07258bcc480c9c482a3c9a035bc7cade
{ "intermediate": 0.3123404085636139, "beginner": 0.2729349136352539, "expert": 0.4147246778011322 }
16,082
write code in asp .net web forms properly use apereo DotNetCasClient
85e669ca24c3a1d739753a0754c5ede1
{ "intermediate": 0.44930732250213623, "beginner": 0.3020331561565399, "expert": 0.24865950644016266 }
16,083
I would like to double click on any cell in the range D5 to D500 and when I do so I want the value in Column L of the same row to be displayed in a Pop Up message.
b059ce614ea3336f2732f5dbefb7bf5d
{ "intermediate": 0.4281044900417328, "beginner": 0.21363797783851624, "expert": 0.3582574725151062 }
16,084
can you make a text helper in python
1da15899c7db243247172b28bf50d4e9
{ "intermediate": 0.4995713233947754, "beginner": 0.23450416326522827, "expert": 0.2659244239330292 }
16,085
Translate the text delimited by triple backticks into Vietnamese
37ad7d59f0f92c172771b64446ab2687
{ "intermediate": 0.3492391109466553, "beginner": 0.2639906704425812, "expert": 0.38677018880844116 }
16,086
C# code for rigid body physics 3d
4ba4c707b8733d6e69574afc8398f7f8
{ "intermediate": 0.40831923484802246, "beginner": 0.3446463644504547, "expert": 0.24703438580036163 }
16,087
resolve Apereo Cas Serve We have detected an existing single sign-on session for you. However, you are being asked to re-authenticate again as CAS cannot successfully accept your previous single sign-on participation status which may be related to the policy assigned to xxx. Please enter your Username and Password and...
640bf69d18db811e9080f924cc354684
{ "intermediate": 0.3228239119052887, "beginner": 0.2883038818836212, "expert": 0.3888721764087677 }
16,088
Find and fix an error in following lua programming language code that implements and tests unicode-compatible analog of standart library string.sub() function that causes it to crash on line 24 with an error "attempt to perform arithmetic on a nil value" [Code starts under this sentence and the next line is considered...
2fe18f355525275672956737b3098371
{ "intermediate": 0.4633890688419342, "beginner": 0.2740424573421478, "expert": 0.26256847381591797 }
16,089
Show me how to make an app in codea that allows the user to access their photo library and display one of their photos
d528ae1475317525c898c434bac96158
{ "intermediate": 0.5492835640907288, "beginner": 0.13172104954719543, "expert": 0.3189953863620758 }
16,090
In the code below, there is a condition for Range("I:I") at the begining of the event and also at the bottom of the code. How can I combine the two conditons to make the code more efficient, Private Sub Worksheet_Change(ByVal Target As Range) Dim rng As Range Dim cell As Range Set rng = Intersect(Target,...
7f916864c1c4c8ec4e68534acb0f139b
{ "intermediate": 0.32238224148750305, "beginner": 0.44080179929733276, "expert": 0.23681598901748657 }
16,091
how apereo cas server accept local url
4788d82763f256492e6ba3dff6bd761d
{ "intermediate": 0.4029986560344696, "beginner": 0.23920783400535583, "expert": 0.35779353976249695 }
16,092
Can you show me how to make an app in codea that allows the user to open their photo library and import an image, then allows the user to create a customizable mesh that can deform the image
b314aea50198a4e26297ad515e9011d1
{ "intermediate": 0.6291136741638184, "beginner": 0.08767944574356079, "expert": 0.28320688009262085 }
16,093
please write me some javascript code, that goes through each element on the page and replaces the text of the element.
f59b22ecb61b2a9ca330e0c7aa20938f
{ "intermediate": 0.4152444303035736, "beginner": 0.21114711463451385, "expert": 0.37360846996307373 }
16,094
Mongoose.prototype.connect() no longer accepts a callback
e1bd7838d1b45c425e563eaa7e51bee4
{ "intermediate": 0.45246386528015137, "beginner": 0.2951595187187195, "expert": 0.25237658619880676 }
16,095
please write a javascript function that takes a string, then searches the string for time in am/pm format and replaces that time with the string returned by the function "convertTime12to24".
ff8d5b01003c66f69453529f5264ead0
{ "intermediate": 0.4460597634315491, "beginner": 0.24320784211158752, "expert": 0.310732364654541 }
16,096
I've an asp.net core with reactjs project, this is a code to get images from ClientApp/src/components/imgs "const images = require.context('./imgs', false); const imageList = images.keys().map(image => ({ src: images(image), alt: image.replace('./', '').replace(/\.[^/.]+$/, ''), }));" that works in development ...
fb3bb58a97c6ddd673893b6c4e747217
{ "intermediate": 0.5422573089599609, "beginner": 0.244672030210495, "expert": 0.21307073533535004 }
16,097
For the code below, instead of using 'For Each cell In rngG, I want the code to focus only on the "Target Cell" and the Target Row Set rngG = Intersect(Target, Range("G6:G500")) If Not rngG Is Nothing Then For Each cell In rngG If cell.Value = "" Then 'End If Ex...
664947ba5747222d142d04f51b229649
{ "intermediate": 0.2406970113515854, "beginner": 0.5273232460021973, "expert": 0.23197968304157257 }
16,098
How do I make a circle in CSS that sits on top of other elements and applies a gray scale filter to all of the elements intersecting its area?
a5431c0f016a12af74f21205470ce82e
{ "intermediate": 0.42248138785362244, "beginner": 0.3479531705379486, "expert": 0.22956550121307373 }
16,099
In the woorksheet code below, the following block of code is not being triggered when I enter a value in any cell in column 'G'. Set rngG = Intersect(Target, Range("G5:G500")) If Not rngG Is Nothing Then If rngG.Value = "" Then Exit Sub 'ElseIf IsNumeric(rngG.Value) Then ElseIf rngG.Value <> "" The...
460b0c8847233d161b6113a59b424899
{ "intermediate": 0.3069613575935364, "beginner": 0.43914586305618286, "expert": 0.25389280915260315 }
16,100
Write dialogue from a scene from the animated teen series “Jane”, where 14 year old Jane finds out that the substitute teacher of her tomboy and girl scout group is her mean old babysitter, she used to babysit Jane when she was a teenager, what blows Jane’s mind is that she was also babysitter for some of the other gir...
6c9832e5d890372293eec106689d3e66
{ "intermediate": 0.3106365203857422, "beginner": 0.30124935507774353, "expert": 0.38811415433883667 }
16,101
I have some tplink firmware (bin) that i wanna attscky own program to, this is designed to run on linux and is written in golang, tplink fiware is closed source, can i somehow make my software run on startup?
72a63cab2d4c1e8af6fb0edbf6a98a5e
{ "intermediate": 0.4670681357383728, "beginner": 0.27231594920158386, "expert": 0.26061585545539856 }
16,102
do you understand the syntax used in stable diffusion
4fe68de0624d8329edb3d2d442f8a9eb
{ "intermediate": 0.2192283570766449, "beginner": 0.638800323009491, "expert": 0.14197130501270294 }
16,103
Write comment for "list_res": // Aspect version of built-in `brw<a>`, represents a non-null pointer. // Suitable for cases where you want to abstract a piece of code that // uses borrows. Keep in mind that this can be considered the "state" // effect. aspect ref<a> = * set(this: ref<a>, value: a): ref<a> * get(this: ...
8cb993f79a086a228281872d2b7a4810
{ "intermediate": 0.46890318393707275, "beginner": 0.3396832048892975, "expert": 0.19141355156898499 }
16,104
name all the bfdia characters
d12971ffe81c7bb5b325b1de371b992e
{ "intermediate": 0.4696578085422516, "beginner": 0.31646624207496643, "expert": 0.21387594938278198 }
16,105
how to make chatgpt in scratch
904e301afc8619a97cc2f639234bdc3f
{ "intermediate": 0.18406082689762115, "beginner": 0.32090455293655396, "expert": 0.49503466486930847 }
16,106
This part of my code is looping; MsgBox "A New Service row will now be created" newRow = Cells(Rows.Count, "B").End(xlUp).Row + 1 Range("B" & newRow).Value = "Service" How do I stop this loop. Private Sub Worksheet_Change(ByVal Target As Range) Dim rngG As Range Dim rngI As Range Set rngI = Intersect(Target, Range(...
b8c1209591b72e677a5fd9bebc3b0f8c
{ "intermediate": 0.35333940386772156, "beginner": 0.4242233633995056, "expert": 0.22243720293045044 }
16,107
I dont see the appeal in browser emulation ddos attacks over just http grt wttacks,is it point to also reqyest qll the data on the page or to trick protection somehow?
8ddcfc179a9bb63f44c79cf6ed10b95f
{ "intermediate": 0.3365710973739624, "beginner": 0.33477887511253357, "expert": 0.32864999771118164 }
16,108
Can you write code for Codea that allows the user to access their photo library and display a picture
c31d5d4e08b3f8953197a120581e4237
{ "intermediate": 0.6139050722122192, "beginner": 0.0901719331741333, "expert": 0.29592305421829224 }
16,109
give me a HTML file template for my blof that is about alternative music and add a few images and youtube links
d6cf57f449a7b793f96559c7303fb0a6
{ "intermediate": 0.38251549005508423, "beginner": 0.324472576379776, "expert": 0.29301202297210693 }
16,110
give me a HTML file template for my blof that is about alternative music and add a few images and youtube links
28f246966428edfe0377d14ab72d9892
{ "intermediate": 0.38251549005508423, "beginner": 0.324472576379776, "expert": 0.29301202297210693 }
16,111
const Discord = require('discord.js'); const client = new Discord.Client(); const PREFIX = "!"; client.on('ready', () => { console.log('bot is ready'); }); client.on('message', message => { if (message.content.startsWith(`${PREFIX}gen`)) { const args = message.content.split(' '); const length...
dd004ee6b75024ac8120e9f5dc50119f
{ "intermediate": 0.42337191104888916, "beginner": 0.31218838691711426, "expert": 0.26443973183631897 }
16,112
const Discord = require('discord.js'); const client = new Discord.Client(); const PREFIX = "!"; client.on('ready', () => { console.log('bot is ready'); }); client.on('message', message => { if (message.content.startsWith(`${PREFIX}gen`)) { const args = message.content.split(' '); const length...
883b3a4a3de5af1128676e8aa7f1adce
{ "intermediate": 0.42337191104888916, "beginner": 0.31218838691711426, "expert": 0.26443973183631897 }
16,113
I want to get full screen short videos for free where should I search ?
905a83493e28110257ac4342513aacde
{ "intermediate": 0.3204413056373596, "beginner": 0.31337136030197144, "expert": 0.36618736386299133 }
16,114
In the block of code below, if I enter a value in G:G if the target cells offset(0, 2) = False, I then get a message "Date Service Completed not present". After acknowledging the message, I want the value of the Target cell to be restored to "". Can you show me how to adjust the code below to do this. Set rng = Inters...
65b85b356c42b96768b7810ec7e0e6ff
{ "intermediate": 0.45111939311027527, "beginner": 0.31702572107315063, "expert": 0.2318548560142517 }
16,115
i need help understanding how to interact with an api i am hosting, when i go to the url http://nas.local:44444/api/conversation?text=hello the api responds with "how can I help you" and will accept the value for the urls text parameter, Please create a webpage I can use to to chat with this api where conversation hist...
a4a92ae6c4c6bb9df5e8d7f9e9accc3e
{ "intermediate": 0.631409764289856, "beginner": 0.14919038116931915, "expert": 0.21939988434314728 }
16,116
website coding example
79053e012301024120c52756382af4c0
{ "intermediate": 0.16785535216331482, "beginner": 0.617026150226593, "expert": 0.21511846780776978 }
16,117
In the event below, If I enable the lines 'If Not doubleClickFlag Then ' and 'doubleClickFlag = False ' , then the following block of code does not run; ' If IsNumeric(innerCell.Value) Then If IsDate(innerCell.Offset(0, 2).Value) = False Then MsgBox "Date Service Completed n...
cd151cb27ee0158faea5f6eca7f1f6ec
{ "intermediate": 0.227422833442688, "beginner": 0.6659221649169922, "expert": 0.10665494948625565 }
16,118
write a trading view back testing code for me: from the stated date, use a fixed amount of money to buy the stock, sell 20% when the stock price drops 8% a day
611b45b5dd8459de486254983fd50d48
{ "intermediate": 0.3631594181060791, "beginner": 0.14632219076156616, "expert": 0.49051839113235474 }
16,119
In nodejs, write a very basic binary obfuscator for golang
2641924ae0397e8950fbe4892bf4f76e
{ "intermediate": 0.539728045463562, "beginner": 0.20747056603431702, "expert": 0.25280144810676575 }
16,120
You know in roblox place Flying things and people.
3a126ca35e4cb3bb5556aaa037601ee6
{ "intermediate": 0.4107638895511627, "beginner": 0.31764382123947144, "expert": 0.27159222960472107 }
16,121
I am getting a bBlock if without end if error in this code: Private Sub Worksheet_Change(ByVal Target As Range) Dim rngI As Range Dim rngG As Range Dim cell As Range Dim innercell As Range If Target.CountLarge > 1 Then Exit Sub If Not Intersect(Target, Range("I6:I506")) Is Nothing Then If IsDate(Target.Value) Then...
0bfaefbb27e52d876c5b00ad7888dce7
{ "intermediate": 0.378856360912323, "beginner": 0.3726041316986084, "expert": 0.2485395222902298 }
16,122
import pdf2image import os images = pdf2image.convert_from_path(r"E:\临时文件夹\用20首儿歌拉动1000词.pdf") i =0 if not os.path.exists(r"C:\Users\admin\Desktop\1"): # 查看文件夹是否存在 os.mkdir(r"C:\Users\admin\Desktop\1") # 不存在就创建一个文件夹,此处文件名为image for image in images: i += 1 image.save("C:\Users\admin\Desktop\1\\" + str(i)+ "...
792fc6f5a6daf2e29e475208ce2a7a40
{ "intermediate": 0.2692604959011078, "beginner": 0.44313663244247437, "expert": 0.28760287165641785 }
16,123
I used your signal_generator code: def signal_generator(df): if df is None: return '' ema_analysis = [] candle_analysis = [] df['EMA5'] = df['Close'].ewm(span=5, adjust=False).mean() df['EMA20'] = df['Close'].ewm(span=20, adjust=False).mean() df['EMA100'] = df['Close'].ewm(span=100, adj...
ee5d3df4bec3c49274526cee6386d036
{ "intermediate": 0.31162309646606445, "beginner": 0.39074695110321045, "expert": 0.2976299524307251 }
16,124
how to verify if a user is authenticated on Apereo CAS Server using DotNetCasClient in an ASP.NET web forms application
80292c2130edd970905cd4630854bd25
{ "intermediate": 0.4556359350681305, "beginner": 0.30625203251838684, "expert": 0.23811206221580505 }
16,125
cannot open shared object file: No such file or directory 如何解决该问题
c084c1a76c27d04816c44f9c278220d0
{ "intermediate": 0.250599205493927, "beginner": 0.4889957010746002, "expert": 0.2604050934314728 }
16,126
do you understand the sytax for the txt input on txt2img gen using gradio
c53b302a3299b21d79311bf9a3f67dcd
{ "intermediate": 0.38999488949775696, "beginner": 0.1241418644785881, "expert": 0.48586323857307434 }
16,127
in this code class Employee_Profile(MPTTModel): choice = [ ('نعم', 'نعم'), ('لا', 'لا'), ] user = models.ForeignKey(User, on_delete=models.CASCADE) action_creator =models.CharField(max_length=250, null=True, blank=True) rawaf_id = models.IntegerField(null=True, blank=True, unique=Tr...
48985a434c9c103d75f7239b22f94c04
{ "intermediate": 0.32046210765838623, "beginner": 0.47675177454948425, "expert": 0.20278611779212952 }
16,128
this is my form class Employee_Profile_Form(ModelForm): rawaf_id = forms.IntegerField(required=False, disabled=True) iqama_no = forms.IntegerField(required=True) full_name = forms.CharField(max_length=250, required=True) job_name = forms.CharField(max_length=250, required=True) parent = TreeFor...
15a116802a791c4050876981b9ff6b53
{ "intermediate": 0.417941153049469, "beginner": 0.3803436756134033, "expert": 0.2017151564359665 }
16,129
Как обновить значение пользователя в checkAuthorized? package com.example.supportapplication.viewmodel import android.content.Context import android.content.Intent import android.widget.Toast import androidx.activity.result.ActivityResultLauncher import androidx.compose.runtime.MutableState import androidx.lifecycle....
c5becd8f07497fb775dca74f835ca27a
{ "intermediate": 0.3061741590499878, "beginner": 0.5572994947433472, "expert": 0.13652628660202026 }
16,130
Как обновить значение пользователя в checkAuthorized? package com.example.supportapplication.viewmodel import android.content.Context import android.content.Intent import android.widget.Toast import androidx.activity.result.ActivityResultLauncher import androidx.compose.runtime.MutableState import androidx.lifecycle....
e35ce0be9eb02a60a469331a166b7e55
{ "intermediate": 0.3061741590499878, "beginner": 0.5572994947433472, "expert": 0.13652628660202026 }
16,131
call execute function inside node_modules/dist/server react
734659c0027ca4b3df0575a5b14b8eab
{ "intermediate": 0.32474571466445923, "beginner": 0.3823837637901306, "expert": 0.29287052154541016 }
16,132
api binance
c887da0b97e5c624afb99171970a3e3d
{ "intermediate": 0.46086013317108154, "beginner": 0.25493407249450684, "expert": 0.284205824136734 }
16,133
How do you use addEventListener on an elements children?
41aa4d0472e04c5eecdb8e45fa45f836
{ "intermediate": 0.6532373428344727, "beginner": 0.1506548672914505, "expert": 0.19610781967639923 }
16,134
Give me the bevy rust script to open a file dialog when I click on a button and when I select a glb file, it make a mesh of it in my scene
5bdb11385dc9336d9fada1f397f04113
{ "intermediate": 0.6201483011245728, "beginner": 0.1435517817735672, "expert": 0.23629990220069885 }
16,135
ue4 c++ how to convert array of bytes to a class
ab50899668dab4386b08837225208598
{ "intermediate": 0.4006177484989166, "beginner": 0.3888297975063324, "expert": 0.21055245399475098 }
16,136
how to add 10 random integer numbers into a list with for loop python
1a2991982e3b9f50206e7b78371afaa1
{ "intermediate": 0.2158268839120865, "beginner": 0.4873453676700592, "expert": 0.2968277335166931 }
16,137
I used your signal_generator code: def signal_generator(df): if df is None: return '' ema_analysis = [] candle_analysis = [] df['EMA20'] = df['Close'].ewm(span=20, adjust=False).mean() df['EMA50'] = df['Close'].ewm(span=50, adjust=False).mean() if ( df['EMA20'].iloc[-1] > df['EMA50...
9ca8f3971b5545347c7ddb7efc64c259
{ "intermediate": 0.3657395541667938, "beginner": 0.3455750346183777, "expert": 0.28868547081947327 }
16,138
how to find a directory in unix in command line
4bd41020343505d4cb47c62cbc194ab3
{ "intermediate": 0.32980355620384216, "beginner": 0.3937475383281708, "expert": 0.27644890546798706 }
16,139
do you knowl how to use stanfordcorenlp to segments a text in Chinese?
909d0c8f359d51aa972d974cc3055882
{ "intermediate": 0.2742215692996979, "beginner": 0.12282015383243561, "expert": 0.6029583215713501 }
16,140
IEEE 802.11ax (Wifi-6) is an IEEE draft amendment that defines modifications to the 802.11physical layer (PHY) and the medium access control (MAC) sublayer for highefficiency operation in frequency bands between 1 GHz and 6 GHz. 1.a) What are the main MAC changes 802.11ax brings compared to earlier 802.11 amendments? (
0fcd1c0038ade8b4d52a5d4be0696dbb
{ "intermediate": 0.42470237612724304, "beginner": 0.2820896506309509, "expert": 0.2932080328464508 }
16,141
Why do we use ASCII code?
3b15ab19034425bd3abbd067f4b7d3d9
{ "intermediate": 0.28260287642478943, "beginner": 0.5445147156715393, "expert": 0.17288240790367126 }
16,142
v-bind:style="[ my_active_id === item.pkgProjectSkuID? background-color:red]"这段代码有问题嘛
8e57b5be4ed155375c8240498e1bca88
{ "intermediate": 0.3922799229621887, "beginner": 0.23609048128128052, "expert": 0.37162959575653076 }
16,143
how to use command to restore mssql express database from a file "db.bak" with replace existing option
3ae79b40cdfcdd82e2a834acdc5041d2
{ "intermediate": 0.6200653910636902, "beginner": 0.16690894961357117, "expert": 0.21302559971809387 }
16,144
Uncaught TypeError: Cannot read properties of undefined (reading 'setState')
723f99d317075cc6235bc2e1896ad2c5
{ "intermediate": 0.43664130568504333, "beginner": 0.2535909116268158, "expert": 0.30976778268814087 }
16,145
how to use sqlcmd.exe to restore database "db.bak" and replace existing one
e270c78f75427228723a45a045f45397
{ "intermediate": 0.5095282793045044, "beginner": 0.17935870587825775, "expert": 0.3111129701137543 }
16,146
TSF输入法开发中,将以下函数用C#改写一下: BOOL RegisterProfiles() { HRESULT hr = S_FALSE; ITfInputProcessorProfileMgr *pITfInputProcessorProfileMgr = nullptr; hr = CoCreateInstance(CLSID_TF_InputProcessorProfiles, NULL, CLSCTX_INPROC_SERVER, IID_ITfInputProcessorProfileMgr, (void**)&pITfInputProcessorProfileMgr); ...
3afd5b20db84b5526cc1c9898849f719
{ "intermediate": 0.2817799150943756, "beginner": 0.4085152745246887, "expert": 0.30970481038093567 }
16,147
hello
fb401b1b1c05f47d69a00aa73133141d
{ "intermediate": 0.32064199447631836, "beginner": 0.28176039457321167, "expert": 0.39759764075279236 }
16,148
Get all assignments which has happened after on March 7th 2016 (Assign_date).
94af92a7bcd1bc84b5c47974cce8709a
{ "intermediate": 0.372185617685318, "beginner": 0.19636142253875732, "expert": 0.43145298957824707 }
16,149
are you familair w/ ogre3d 1.7 api?
611855d58224576a74d61c8e6b646980
{ "intermediate": 0.5226260423660278, "beginner": 0.23762212693691254, "expert": 0.23975183069705963 }
16,150
Suppose a student named Alex attends a fictional university called "Eduverse." Eduverse uses Apereo CAS as its single sign-on (SSO) platform for all students, faculty members, staff, and other users. Whenever Alex needs to log into one of the university's web applications, such as the learning management system (LMS), ...
770d94a4672b42e4ec737da2e961f13d
{ "intermediate": 0.2978944182395935, "beginner": 0.4365829527378082, "expert": 0.26552265882492065 }
16,151
Features Polygon based collision, i.e. accurate collision that is not based on bounding box but on actual shape (like in MOC). Collision detection type for different entities (bounding box, sphere, or accurate). Static geometry. Support ogre's query flags. Automatically prevent self-collision. Nearest collision or Firs...
c52f3967b734d18fada1947855d147fd
{ "intermediate": 0.5852624773979187, "beginner": 0.2186831682920456, "expert": 0.1960543543100357 }
16,152
make a script that connect to translate.google.com and translate from swedish to english
c2ca287bc5e307ce15372eea9750ff6f
{ "intermediate": 0.4036788046360016, "beginner": 0.20435665547847748, "expert": 0.39196446537971497 }
16,153
fewfew
d4c450bf195af702873c415b76c4546b
{ "intermediate": 0.3274390995502472, "beginner": 0.346129834651947, "expert": 0.3264310657978058 }
16,154
select bookData.bookid,bookname,isbn_code,price,null as pic,pubName,pub_dt,isnull(num_xs,0) as num_xs,isnull(qty,0) as qty ,null as detail,null as mysellprice from (select books.bookid,bookname,books.isbn_code,price,pubName,pub_dt from books where available in(1,2)) bookData left join(select bookid, num_xs, (num_xs *...
d0e8f892d4faa6697e251b8032b68cdf
{ "intermediate": 0.35242873430252075, "beginner": 0.32921597361564636, "expert": 0.3183552622795105 }
16,155
Using R to read different sheets in excel and convert the data into a SAS dataset
6f5d21a6305b915a594908758791e896
{ "intermediate": 0.5439807176589966, "beginner": 0.1388467252254486, "expert": 0.3171725273132324 }
16,156
rust pattern matching for String field
524d3be55223a7ec86bf9204aff7a9f7
{ "intermediate": 0.37818586826324463, "beginner": 0.2860850393772125, "expert": 0.33572906255722046 }
16,157
Consider this content "Blogging tool Introduction Your task is to create a deployable blogging tool which a single user could deploy on their own server and use to maintain a blog. The tool should provide discrete author and reader pages. The author must be able to write articles, save them as drafts and publish them. ...
16913aaca26602ba328bb59a4105a623
{ "intermediate": 0.7278326153755188, "beginner": 0.14711733162403107, "expert": 0.12505000829696655 }
16,158
@Override public myProcessDailyVO myProcessDaily(Integer pageStart, Integer pageSize, String name, boolean finished){ JSONResult result = iFlowTaskService.myProcessPage(pageStart, pageSize, name, finished); Pager pager = (Pager) result.getResult(); int total = pager.getTotalCount(); ...
825d1a7d4aeaf0d4838a30790216a186
{ "intermediate": 0.40468621253967285, "beginner": 0.4621502459049225, "expert": 0.13316360116004944 }
16,159
can you help me document code
3e105af5ca4f47afeb43e9ec1252b352
{ "intermediate": 0.2973865866661072, "beginner": 0.43504461646080017, "expert": 0.2675688564777374 }
16,160
fix code from ENM_class import Enm from parser_utils import parse_rbs_tr_pars, parse_bbu_tr_pars, combine_data, format_bbu_data, format_rbs_data from dotenv import load_dotenv from file_write import xlsx_write from sql import update_network_live load_dotenv('.env') def enm_main(): """ Update network live wi...
f9ddb0bcaf06fa9de178b917038b0420
{ "intermediate": 0.3467128872871399, "beginner": 0.43362340331077576, "expert": 0.21966369450092316 }
16,161
how to use sqlcmd to do the full database backup of database "yausanglive"
3a38cc9bba2d6201873de8c77072363f
{ "intermediate": 0.46869370341300964, "beginner": 0.2321583777666092, "expert": 0.29914793372154236 }
16,162
how return atributtes from apereo cas server to asp .net
4af63989cc24b966e81a3300c5370ca5
{ "intermediate": 0.35694557428359985, "beginner": 0.2564631402492523, "expert": 0.38659125566482544 }
16,163
Act as a Developer Task: to create a deployable blogging tool which a single user could deploy on their own server and use to maintain a blog. The tool should provide discrete author and reader pages. The author must be able to write articles, save them as drafts and publish them. Readers must be able to browse and re...
2aaa527a03b30aaf1df82382ad01ada1
{ "intermediate": 0.5362046957015991, "beginner": 0.2600693106651306, "expert": 0.20372597873210907 }
16,164
Could not resolve placeholder 'HOSTNAME%%.*' in value "printf "\033]0;%s@%s:%s\007" "${USER}" "${HOSTNA
3552867e8323210b073d408c48dd46d9
{ "intermediate": 0.2506951689720154, "beginner": 0.60062575340271, "expert": 0.14867901802062988 }
16,165
Act as a Developer Task: To generate code for the below requirements with file names. We will run `npm install` followed by `npm run build-db` and `npm run start` to run your project. Please ensure that your project runs from these commands alone without need for further compilation or installation of dependencies. ...
d98f009da8f206e97fa1974f8dd64dbe
{ "intermediate": 0.4033827483654022, "beginner": 0.33972835540771484, "expert": 0.25688886642456055 }
16,166
/** * New Minimal Ogre Collision - rewritten simple Ogre collision detection based on the MOC idea. * * Author: Ronen Ness * Since: 22/04/14 */ #pragma once #include <Ogre.h> #include <vector> #include <utility> #include <unordered_map> namespace Collision { // return struct for the function check_ra...
7e29435774e6043eca8879d0d8fc3ea0
{ "intermediate": 0.5554331541061401, "beginner": 0.29406875371932983, "expert": 0.15049809217453003 }
16,167
I use SQL server management studio. The default language for the database is Norwegian. I want to write a script that selects records with the name Cozaar from the database by using select * from Table where Name like 'coza%' Since Cozaar is converted to Cozår these records are missing.
ad56ef6804b43dede4c0e4c647afa249
{ "intermediate": 0.5362728238105774, "beginner": 0.2136557251214981, "expert": 0.2500714957714081 }
16,168
pandarallel 报错pickle.UnpicklingError:pickle data was truncated
3d0c2b862ca3dbb3df77168105a41d6d
{ "intermediate": 0.3561023473739624, "beginner": 0.18082980811595917, "expert": 0.46306779980659485 }
16,169
write a java script code to reverse this number 12345
8fc60f6d4e45a65f89fb64ba258fbe76
{ "intermediate": 0.3519018292427063, "beginner": 0.2801189124584198, "expert": 0.3679791986942291 }
16,170
in django admin when i add a new user i need to make it take the permission of staff status by default
294d4152ee17decc5413d8f5d45fb9d1
{ "intermediate": 0.4648049473762512, "beginner": 0.18929523229599, "expert": 0.3458998501300812 }
16,171
explain re pattern ',SubNetwork=[^,]*'
0202de750887559a04419d49b3ff549f
{ "intermediate": 0.1956525593996048, "beginner": 0.24431954324245453, "expert": 0.5600279569625854 }
16,172
how to free up the clipboard via command line
2fd4f8a64664b14d25138d171bc49353
{ "intermediate": 0.3297088146209717, "beginner": 0.3439182639122009, "expert": 0.326372891664505 }