- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1 - 10 of 57 for int (0.03 seconds)
-
Java refactoring and Source Actions
calculateArea () { int height = 1 ; int width = 2 ; int area = height...method () { int height = 1 ; int width = 2 ; int area = height...code.visualstudio.com/docs/java/java-refactoringFri Mar 13 01:20:49 GMT 2026 194.6K bytes -
Snippets in Visual Studio Code
tabstop ::= '$' int | '${' int '}' | '${' int transform '}' placeholder...format ::= '$' int | '${' int '}' | '${' int ':' '/upcase' |...code.visualstudio.com/docs/editing/userdefinedsnippetsFri Mar 13 00:45:25 GMT 2026 152.4K bytes -
LoRA fine-tuning for Phi Silica
"type" : "int" , "defaultValue" : 4096 , "info"..."finetune_test_nsamples" , "type" : "int" , "defaultValue" : 128 , "info"...code.visualstudio.com/docs/intelligentapps/finetuneFri Mar 13 01:43:22 GMT 2026 183.6K bytes -
FastAPI Tutorial in Visual Studio Code
existing_quantity: int = 0 else : existing_quantity: int = int (item_quantity)...item_id: Optional[ int ] item_name: str quantity: int Pylance , the...code.visualstudio.com/docs/python/tutorial-fastapiFri Mar 13 01:36:43 GMT 2026 239.7K bytes -
Clojure - Java Interop
int - A primitive int ints - An int array long -...primitive arrays - ^ints, ^floats, etc. Coercion ops int , float , etc....clojure.org/reference/java_interopWed Mar 11 22:10:02 GMT 2026 55.2K bytes -
Math.clz32() - JavaScript | MDN
-integer; // equivalent to `int = int & (~int + 1)` return 31 - clz(integer);...-integer; // equivalent to `int = int & (~int + 1)` return (31 - clz(integer))...developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/clz32Fri Mar 13 01:12:55 GMT 2026 17.4K bytes -
Clojure - Programming at the REPL: Data Visuali...
#{:public} | [byte<> int int] | int | | reset | #{:public :synchronized}...:parameter-types [byte<> int int], :exception-types [java.io.IOException],...clojure.org/guides/repl/data_visualization_at_the_replWed Mar 11 22:09:55 GMT 2026 43.8K bytes -
Clojure - Data Structures
that unchecked-add-int and unchecked-multiply-int are used to get...e] (unchecked-add-int (unchecked-multiply-int 31 acc) (hash e)))...clojure.org/reference/data_structuresWed Mar 11 22:10:02 GMT 2026 44.6K bytes -
Clojure - Refs and Transactions
[v1 (rand-int nvecs) v2 (rand-int nvecs) i1 (rand-int nitems) i2...i2 (rand-int nitems)] (dosync (let [temp (nth @(vec-refs v1)...clojure.org/reference/refsWed Mar 11 22:10:02 GMT 2026 20.2K bytes -
Clojure - spec Guide
:start int? :end int?) #(< (:start %) (:end %))) :ret int? :fn...:start int? :end int?) (< (:start %) (:end %))) ret: int? fn:...clojure.org/guides/specWed Mar 11 22:09:56 GMT 2026 96.5K bytes