Skip to main content
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
0 answers
42 views

org-agenda-redo affected by evil state hook

I use the code (add-hook 'evil-insert-state-entry-hook (lambda () (global-hl-line-mode 0))) (add-hook 'evil-insert-state-exit-hook (lambda () (global-hl-line-mode 1))) to make it more clear ...
maxfriis's user avatar
3 votes
1 answer
84 views

How do let and case differ in terms of lazyness?

How do let and case differ in terms of lazyness? Where do I find the information myself? And how do I experiment with it in ghci? Some context This incomplete piece of code is an excerpt from Parallel ...
Enlico's user avatar
  • 30k
1 vote
1 answer
102 views

What sequence does JS go through trying to access a variable

Variable declared with var and functions in script at global scope level, are a able to accessed with variable_name and window.*variable_name* . var foo = "10"; let bar= "20"; ...
sql_dummy's user avatar
  • 783
0 votes
1 answer
92 views

Using 'if let varName {...}' in Swift when varName is previously declared as a var

Fairly experienced coder here. Here is some Swift code in a playground: var word : String? = "Hello, World!" if let word { print("it is a \(word)") } else { print("The ...
Eric Neufeld's user avatar
0 votes
0 answers
54 views

error when using let and var to store php value [duplicate]

<script> let checked = <?php echo $row["restriction"] ?>; console.log(checked); </script> When I was using a JS variable with let to store a php value, this output ...
Hùng Vương Nguyễn's user avatar
0 votes
2 answers
155 views

How to use let/hstack to return all unique values that match to one criteria but not to another

I want to find all the values where only one of two conditions is true and the other is false. I have a table (Firm___Released_Job_Mats) which contains many things but impotantly for this formula it ...
Kyle Cranfill's user avatar
0 votes
1 answer
97 views

String literals, List Literals and let statements not working as expected with Mojo 24.4.0

I am new to Mojo and just started learning the language. I am practicing some code on my Jupyter notebook in my Mac mini. My Mojo version is 24.4.0 CASE1: The below simple code for ListLiterals gives ...
dig_123's user avatar
  • 2,398
0 votes
0 answers
21 views

Hyperlink inside LET formula works whilst when created as formula does not work

I have a question regarding the implementation of one formula. I used the following formula for transforming a cell reference in a different sheet (eg.=Sheet1!A1) , = LAMBDA(selectedCell; LET( ...
csuitedealer's user avatar
1 vote
2 answers
114 views

Excel LET LAMBDA function to return category percentile rank

I am working with this data set: ids Cat Val u1 u 1 u2 u 2 g3 g 3 g4 g 4 g5 g 5 i6 i 6 i7 i 7 i8 i 8 i9 i 9 i10 i 10 I need the the percentile ranks for categories of my IDS. I need to have this in a ...
barszczula's user avatar
0 votes
1 answer
107 views

Excel LET function to return filtered values of various size based on a criteria row by row

I am working with this data set: What I need is to return the list of values corresponding to to each unique category. Seems straight forward and I generated this using excel formula =TRANSPOSE(...
barszczula's user avatar
0 votes
1 answer
63 views

IN EXCEL split connections based on in between points in X,Y locations

I start from an inputlist of points with X,Y locations and an input list of beginning and end points from the first list. How to get an output list with sub (inbetween) connections if a point is ...
Abe's user avatar
  • 45
0 votes
0 answers
74 views

Is it possible to see a complete list of const or let variables?

I'm writing a piece of JavaScript code which will be used on any Instagram POSTS page (the landing page of an Instagram user). After pasting my code into the console and hitting Enter, the code needs ...
Ian Y.'s user avatar
  • 2,447
1 vote
1 answer
83 views

How to make `set!` change the variable in `let` (Scheme)?

Recently when I self-learnt MIT 6.5151 course, I have read SICP 1 to 2.1 as ps0 requires (also read 2.2.1 as CS 61A notes requires) and then Software Design for Flexibility (SDF) Prologue, chapter 1 ...
An5Drama's user avatar
  • 772
1 vote
2 answers
143 views

SAS creating global macro and printing it

I am new to SAS environment. I just want to create a global this month variable and print it & use it in the where condition of data step. My test codes are below: %macro vars(); %...
ffdd's user avatar
  • 23
1 vote
0 answers
12 views

Is there an R function that minimise a bivariate function f

I need to write a code that using the R function constrOptim, minimise an bivariate function. Please tell me what is wrong in the constrOptim , went i run the code i have this warning message "...
leonel takem's user avatar

15 30 50 per page
1
2 3 4 5
51
Morty Proxy This is a proxified and sanitized view of the page, visit original site.