A list of puns related to "Sequential function chart"
Hi,
is it possible to read the name of the steps in an S7 Graph sequencer? In the parameterinterface there is, for example the parameter #S_NO with the current step number but nowhere the name. Yes, you could of course enter the step names in a text list and use them with #S_NO as an index - but that means manually creating the text list (and maintaining it when changes are made!). I would like to spare myself that.
Iβm coding a game and I when I see 10 enemies die in a mainstream game and they all drop the same look it just strikes me as lazy. Is there a good way to prevent that? Currently Iβm adding the epoch time in ms to a LCGβs output. Itβs equally distributed across large sample sizes but I strongly suspect it is not among sequential samples as even by hand I can see the patterns in video games. I would need kilobytes of entropy per second so a cryptographically secure option probably isnβt viable. Is there some system viable I can use that would change between concurrent calls?
Listed as java because thatβs the current language but I would think if a solution exists it would be universally applicable
Here's a (probably very inefficient and overly engineered) function from my game for shuffling an array so that no previous element will be in the same place as before. Basically allowing "swapping" but for more than two values.
/// @desc array_shuffle_unique(array)
/// @args array
// Returns: newly shuffled array
function array_shuffle_unique(array)
{
var array_new;
//Create an array of available indexes to use
var available_indexes;
var len = array_length(array) - 1;
for (var i = 0; i <= len; i++)
{
available_indexes[i] = i;
}
for (i = 0; i <= len; i++)
{
//Assign an element to the new array, deleting the value from the list of indexes
do
{
var available_indexes_index = irandom(array_length(available_indexes) - 1);
var index = available_indexes[available_indexes_index];
}
until index != i;
array_delete(available_indexes, available_indexes_index, 1);
array_new[index] = array[i];
}
return array_new;
}
Feel free to suggest any improvements or clarity additions! (Yes I know the do until loop is really bad practice, but it works Β―\_(γ)_/Β―)
Does anyone have any suggested architectures for running sequential Cloud Functions lists where the outputs of each are used as the input to the next.
I also want to be able to "save" these combinations of functions and wondering if there are any suggestions of where to do this? Firestore?
I've looked at things like Cloud Composer, Cloud Tasks and not entirely sure which route to go.
Ideally with retry mechanism that I don't have to build myself.
CHARTS : https://satoshicrypto.finance/#/chart/0x4Ee80372D69260d72826f6e8F2351201618709Ae
You can use any project on BSC to view it on our charts , We are not LIVE , our launch date is 15 NOV .
https://twitter.com/binance/status/1457007367179100167
Satoshicrypto.Finance: DEX with own router , First NFTs with Usecase in BSC ,BSC Charts, Presale Hosting Dapp , Staking and Farming , NFT market place , NFT game and play to earn and more to come .
Welcome to your first unlimited usecase token and your "one stop shop" for BSC ! SatoshiCrypto.Finance
π SATOSHI TOKENOMICS
1οΈβ£ 1% On Chain Referral Program ( will cover our referral program )
2οΈβ£ 1% Transfer tax rate ( 20% will be automatically burned)
3οΈβ£ 4% Marketing ( will be used for marketing resources and expenses)
4οΈβ£ 2% Rewards ( rewards paid for 30k to 75k and 75k and over )
5οΈβ£ 2% Developing and team ( as you all have seen, we are planning to add a lot of functions and features that were not planned at the beginning like the charts, debit cards, blockchain, etc. We will need this income so we can keep adding and make the project successful )
β‘οΈ Cheaper than Pancake Swap .
β‘οΈ Pre sale platform implemented and our 75k+ holders will benefit by getting 50% of that revenue .
β‘οΈ Huge marketing budget .
β‘οΈ 30k holders to 75k holders will get incentives from the NFT games without playing .
π Tech Rate Audited : https://github.com/TechRate/Smart-Contract-Audits/blob/main/September/Satoshi.pdf
π Lead developer with over 10 years experience in crypto and ex. robotic engineer.
π Anti hack for the front end of the platform , in the eventuallity of the front end beeing hacked , you will still be able to sale .
π Oracle price . This is a feature that our developer build in over 2 years and implemented in the code , so the token will have an extra protection for heavy dumping . The code will analize the volume , selling pressure , buying pressure and other aspects .
β‘οΈβ‘οΈβ‘οΈ 5 NFTs with real use cases , whoever buys one get 0.1% from all SatoshiCrypto transactions for life ,
π Telegram : https://t.me/satoshicryptofinance
π Website : [satoshicrypto.finance](https://sat
... keep reading on reddit β‘Hi r/googlesheets !!
I have a google forms connected to an excel sheet and one of the questions allows for multiple answers separated by commas. I want to be able to create a chart from these answers but I can't if every answer reads as "unique" even though some of the words are similar in different answers.
When I was tinkering with my actual spreadsheet (not the one I made for the question) I was able to use
=ARRAYFORMULA('Form Responses 1'!B:B)
and
=TRANSPOSE(SPLIT(A:A,","))
on a sheet that wasn't google forms answers but it only picked up the first answer and none of the rest.
I have what I have vs what I want on the QUESTION tab of the sheet and then some auto populated answers on the google forms tab. https://docs.google.com/spreadsheets/d/14fMs0RuxUYvJ_Nwo55wRBavgVKdEpNy-WozrU-EX4lM/edit?usp=sharing
Thank you for any help!
https://preview.redd.it/801kmuygat981.png?width=1206&format=png&auto=webp&s=76e54e7b339e186cd15fc77902c116a318349d2a
The kink disappears when taking into account e.g., the last 2 years with higher % step ups, which makes sense. But I thought taking into the account the full range of data means that the excel function automatically recognises the increasing rate of growth...
Iβm 99% sure of my type, but I would like to self-type myself, and everybody talks about cognitive functions, while nobody is capable of explaining them simply and how we should type ourselves.
https://preview.redd.it/5d3vtf98y3181.png?width=1600&format=png&auto=webp&s=817d260233cf44da8b0284b0151c0c02dd964b17
Hey folks! I am the founder of Appsmith, an open-source framework to quickly build any custom business software like admin panels, internal tools, dashboards, and more with pre-built UI widgets that connect to any database, GraphQL or REST API, controlling everything with Javascript. Such software is often used in pretty much every organization (as well as for hobby projects) and often developers spend countless hours on something like React or Angular to create these applications.
We've been tirelessly working for over a year on this project and are super humbled by the community's response to it. You can self-host or use the cloud version.
The reason I am sharing this month's product updates on this forum is that this month we've added Helm Chart support and so the community here might find it useful, especially if they're looking at frameworks to help build these internal applications. We have SO MANY users that deploy Appsmith on k8s.
Weβre back again this month with updates from the last 30 days. We like to work hard! Weβve shipped many features, fixed bugs, and launched Hacktoberfest with a series of fun events. You can check them out here.
#1 Helm Chart Support
Helm charts are now added for Appsmith deployments on Kubernetes deployments. These include application deployments with basic default support. Additionally, developers can add custom configuration for persistent volume data, custom ingress controller and secure with TLS certificate
#2 Support for Deploying Appsmith on ARM Architecture
Previously, many developers had reported issues regarding docker-based
installation of Appsmith on ARM architectures. Now, we have rectified them and added extensive support for M1 MacBook users. Following are the changes that we made to the scripts for docker installation:
docker.env.sh
with additional environment variables and renamed the existing MongoDB credential variables We added a document to build an image for multiple architectures using Docker buildx
#1 Menu Buttons on Table Widget
Tables on Appsmith are one of the
... keep reading on reddit β‘I'm concatenating a series of cells to create unique IDs for eBay orders, and there are five different items, each with their own identifiers. What I'd like to do is have a table that contains each order and the item identifier in the rows. So for example, one item is "4VD." If there are two orders for this item, I'd like the first one to reflect in its order ID that it is the first "4VD" order, and the second one to show that it is the second "4VD" order. And if there is an order for item "1BT" in the table, I'd like its order ID to reflect that it is the first "1BT" to be ordered (and not, say, the third item to be ordered).
I'll include an imgur link that exemplifies what I'm working with compared to what I'm trying to achieve:
Ultimately I just want a function that can return the relative count value of a cell's contents relative to a range of cells of identical contents. I feel like there should be some combo of the COUNTIF, MATCH, and INDEX functions that would work, but I can't seem to find that magic mix.
FEATURE REQUEST: For charts added via "Compare Symbol", allow the "magnet" to work when adding horizontal lines.
Hey !
I'm currently trying to train an agent in an environment where it has to perform sequential tasks.
Let's say for instance that the agent has to physically reach for a target and then, carry it to a specific location that can change every episode. So far, with a negative, distance related reward for the first reaching part and a positive, distance related reward for the carrying part, the agent more or less succeeds in the task. It is rather efficient in the first reaching part, but barely moves towards the target when it has the object. To counteract this effect, I made sure the simulation sometimes starts from configurations where the agent already holds the object, but it didn't work as intended.
I'm wondering whether it would be more interesting to
Any tips, ideas, advices ? Has anyone faced this type of problems before ?
Thanks a lot !
Please note that this site uses cookies to personalise content and adverts, to provide social media features, and to analyse web traffic. Click here for more information.