Skip to content
Code Utility
  • Home
  • About
  • Codes
    • Ada
    • Agency Insight
    • AMPL
    • Android
    • Apple
    • Arduino
    • ASP
    • AWK
    • Bash
    • C
    • C#
    • C++
    • Clojure
    • Codes
    • ColdFusion
    • D
    • Dart
    • Erlang
    • F#
    • Falcon
    • Forth
    • Groovy
    • Haskell
    • INTERCAL
    • iOS
    • JavaScript
    • Kotlin
    • Linux
    • Lua
    • MATLAB
    • Modula-3
    • MySQL
    • Objective-C
    • Perl
    • Python
    • Scala
    • Sh
    • Smalltalk-80
    • Tcl
    • Windows
    • YACC
  • Linux
  • Python
  • Windows
  • Support
  • Web Stories

Erlang

Error executing .sh command using Erlang build

Solution for Error executing .sh command using Erlang build is Given Below: I get an error like this when I …

Read more

Categories Codes, Erlang Tags erlang, erlang-shell

RabbitMQ, Celery and Django – connection to broker lost. Trying to re-establish the connection

Solution for RabbitMQ, Celery and Django – connection to broker lost. Trying to re-establish the connection is Given Below: Celery …

Read more

Categories Codes, Erlang Tags celery, django, rabbitmq

Alternatives to Object-Oriented Programming?

Functional programming is another programming paradigm that is popular, mostly in academics. The best example of a functional programming language …

Read more

Categories Erlang, Haskell, Scala Tags oop, paradigms, programming-languages

Elixir/Erlang: Error when a variable list merge with many other lists

I have this function: defp get_list(map, l, i) do list = l ++ map where map is the new list …

Read more

Categories Erlang Tags elixir, elixir-iex, erlang, list

Alphabet to Number and Number to Alphabet

Pure Bash, 51 Most of the rest of the answers use some sort of conditional. This one dispenses with conditionals …

Read more

Categories Bash, Erlang, Python Tags Alphabet, Code Golf, Number, string

Is there a way to create a binary tree in Erlang using processes?

I am trying to create a binary tree using processes. -module(binarytree). -export([start/1, loop/2]). start(N) -> P = spawn(?MODULE, loop, [N, …

Read more

Categories Erlang Tags binary-tree, erlang, erlang-supervisor, functional-programming, tree

Akka/Java: Handling multiple message types inside a custom actor?

No you are not missing anything. I am not a fan either. In Scala it is a bit better because …

Read more

Categories Erlang, Scala Tags akka, java, Messaging

Achieving code swapping in Erlang’s gen_server

As I already mentioned the normal way of upgrading is creating the proper .appup and .relup files, and let release_handler …

Read more

Categories Erlang Tags erlang, Hotswap, Otp

Does the result of `bnot` for nonzero integers always flip the sign?

Does the result of bnot for nonzero integers always flip the sign? More precisely: Is bnot NonNeg where NonNeg >= …

Read more

Categories Erlang Tags erlang

Is there a way to write a regular expression for leex and yecc that matches the regex literals in javascript?

I’m trying to write a javascript parser in erlang using leex and yecc, and I can’t figure out how to …

Read more

Categories Erlang, JavaScript, YACC Tags erlang, javascript, lex, regex, yacc
Older posts
Page1 Page2 Page3 Next →

.net amazon-web-services android android-studio angular arrays azure c# css dart dataframe django docker excel firebase flutter git html ios java javascript jquery json kotlin laravel linux mysql node.js pandas php postgresql python python-3.x r react-native reactjs spring spring-boot sql sql-server string swift typescript vue.js windows

  • About
  • Privacy Policy
  • Terms and Conditions
  • Use of Cookies
  • Contact
  • Web Stories
© 2020 - 2021 Code Utility