I made an Blur View. And that rotated. Then pixel broken. like this This is my code. extension UIView { func addBlur() { let effect = UIBlurEffect(
The search doesn't work after inserting a new entity, the same search work after updating the entity. it seems after the updating entity the indexing has been u
I have trouble querying a table of > 5 million records from MS SQL Server database. I want to select all of the records, but my code seems to fail when selec
I've been playing with various ways of doing literate programming in Python. I like noweb, but I have two main problems with it: first, it is
My first post ever since I can't find a solution anywhere :) I'm trying to check if a Pandas DataFrame has enough datas. For example: I import 420 rows and I w
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Kelime_Türet { class Pro
I'm trying to extract text from a large pdf using this code(my file comes from a blob on azure and the pdf takes 7.3mb, it has got 140 pages and they are all im
I wanted to make a "Who Wants to be a millionaire?" type game, and I want to test it out via a thing where if I press down the left mouse button, and random num
I am building a reccomendation search query in cypher I have produced the following: LOAD CSV WITH HEADERS FROM "file:///restaurant_data.csv" AS data MERGE(n1:C
I have a large CSV (hundreds of millions of rows) and I need to sum the Value column based on the grouping of the ID, Location, and Date columns. My CSV is simi