Telegram Group & Telegram Channel
​​NaturalyCode - AI ресурс который переводит "програмерский" язык в английский.
Поддержка разных "языков" вроде: ruby, python ,js, Aws Policy , CSS, SQL и другие
Там платная подписка, но можно подвязать карту(ничего списывать не будет), попробовать и отменить подписку в течении 14 дней.

 module HTTParty
module Utils
def self.stringify_keys(hash)
return hash.transform_keys(&:to_s) if hash.respond_to?(:transform_keys)
hash.each_with_object({}) do |(key, value), new_hash|
new_hash[key.to_s] = value
end
end
end
end


Перевело в


 HTTParty::Utils.stringify_keys({ "dog" => "Fido", "cat" => "Felix" })

 module defines a helper method "stringify_keys" that transforms the keys of a hash into a string. This method will transform the keys of a hash into a string if the hash responds to "transform_keys". The helper method then iterates over the hash and overwrites the keys with the corresponding values.

P.S. С телефона код может поплыть немного 😅



tg-me.com/developer_tools/377
Create:
Last Update:

​​NaturalyCode - AI ресурс который переводит "програмерский" язык в английский.
Поддержка разных "языков" вроде: ruby, python ,js, Aws Policy , CSS, SQL и другие
Там платная подписка, но можно подвязать карту(ничего списывать не будет), попробовать и отменить подписку в течении 14 дней.

 module HTTParty
module Utils
def self.stringify_keys(hash)
return hash.transform_keys(&:to_s) if hash.respond_to?(:transform_keys)
hash.each_with_object({}) do |(key, value), new_hash|
new_hash[key.to_s] = value
end
end
end
end


Перевело в


 HTTParty::Utils.stringify_keys({ "dog" => "Fido", "cat" => "Felix" })

 module defines a helper method "stringify_keys" that transforms the keys of a hash into a string. This method will transform the keys of a hash into a string if the hash responds to "transform_keys". The helper method then iterates over the hash and overwrites the keys with the corresponding values.

P.S. С телефона код может поплыть немного 😅

BY Dev Tools


Warning: Undefined variable $i in /var/www/tg-me/post.php on line 283

Share with your friend now:
tg-me.com/developer_tools/377

View MORE
Open in Telegram


Dev Tools Telegram | DID YOU KNOW?

Date: |

Telegram Gives Up On Crypto Blockchain Project

Durov said on his Telegram channel today that the two and a half year blockchain and crypto project has been put to sleep. Ironically, after leaving Russia because the government wanted his encryption keys to his social media firm, Durov’s cryptocurrency idea lost steam because of a U.S. court. “The technology we created allowed for an open, free, decentralized exchange of value and ideas. TON had the potential to revolutionize how people store and transfer funds and information,” he wrote on his channel. “Unfortunately, a U.S. court stopped TON from happening.”

Dev Tools from fr


Telegram Dev Tools
FROM USA