Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New questions

In what conditions is one comparison for "if" and "if-else" at С as at assembly?

How come you can use a Vector3 constructor without parameters in Unity when it's a struct? [duplicate]

c# .net unity-game-engine

Put a substring of a string into a variable

bash awk sed

Usefulness of void pointer in C and C++

c++ c pointers templates void

Perform aggregations with two tables with same structure

sql sql-server

Are function arguments laid out in memory the same way as structs?

c++

Why is python calculation with float numbers faster than calculation with integer numbers

python performance

Why is this code flagged as having performance issue by static analysis tool?

c++ cppcheck

Macro that expands to value or empty, based on boolean argument

c

Returning undefined and NaN

javascript

Why do I get an excess element warning in this tagged union in gcc C?

c gcc

In Rust what happens if you move an object a Box points to?

rust move

R exporting raster with a color table

r colors export raster rgdal

How do I define my type based on class so I can use that type in typecase and related expressions?

common-lisp

Use of uninitialized value in pattern match (m//) message

Insert block of text at beginning of a file

bash file insert

Nuxt i18n: Failed to resolve import “locales/en.json” (Does the file exist?)

How to run function just one time when 2 signals have value?

angular

Modify array or collection with foreach

c#

Npm can not run vite build on Laravel 11 project

laravel npm vite node-modules